libtool: use “squiggly” heredocs.

This commit is contained in:
ilovezfs 2018-02-15 08:11:46 -08:00
parent 1d1448012a
commit f0343c6cd3

View file

@ -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