diff options
| author | Mike McQuaid | 2015-01-13 11:02:01 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-13 11:02:01 +0000 |
| commit | d414839e1292c090bc15d300db1197c094e107b9 (patch) | |
| tree | 379cacb3f50b40f85284b2713322bed0bf5caeb5 /Library | |
| parent | 3768ec6f9213f8d58fae829f4e9af59c93bd7ae4 (diff) | |
| download | homebrew-d414839e1292c090bc15d300db1197c094e107b9.tar.bz2 | |
Revert "Drop quotes from heredoc marker"
This reverts commit d989927d3fa5debf8b6633ad58b3b824a47eba03.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gcc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb index 644ace258..544a380dc 100644 --- a/Library/Formula/gcc.rb +++ b/Library/Formula/gcc.rb @@ -203,7 +203,7 @@ class Gcc < Formula system "#{bin}/gcc-#{version_suffix}", "-o", "hello-c", "hello-c.c" assert_equal "Hello, world!\n", `./hello-c` - (testpath/"hello-cc.cc").write <<-EOS.undent + (testpath/"hello-cc.cc").write <<-'EOS'.undent #include <iostream> int main() { |
