libtool: use “squiggly” heredocs.
This commit is contained in:
parent
1d1448012a
commit
f0343c6cd3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Libtool < Formula
|
|||
|
||||
test do
|
||||
system "#{bin}/glibtool", "execute", "/usr/bin/true"
|
||||
(testpath/"hello.c").write <<-EOS
|
||||
(testpath/"hello.c").write <<~EOS
|
||||
#include <stdio.h>
|
||||
int main() { puts("Hello, world!"); return 0; }
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue