From cc6784ce00c39a642d877a7c6c26a756ca1178f2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 9 May 2014 10:31:12 -0500 Subject: bmake: use escape sequence instead of literal tab --- Library/Formula/bmake.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Library/Formula/bmake.rb b/Library/Formula/bmake.rb index c01e7231f..11dbc6407 100644 --- a/Library/Formula/bmake.rb +++ b/Library/Formula/bmake.rb @@ -19,15 +19,14 @@ class Bmake < Formula end test do - # Note, literal tabs in this makefile (testpath/"Makefile").write <<-EOS all: hello hello: - @echo 'Test successful.' +\t@echo 'Test successful.' clean: - rm -rf Makefile +\trm -rf Makefile EOS system bin/"bmake" -- cgit v1.2.3