From 9497d2f7410871131f66f22a8614b25e51fc7e65 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 29 Jun 2013 01:31:01 +0100 Subject: [PATCH] brew-test-bot: fix logs in spaced directories. --- Library/Contributions/cmd/brew-test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index b58695a7e0..3cd14e1342 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -76,7 +76,7 @@ class Step puts_command start_time = Time.now - run_command = "#{@command} &>#{log_file_path}" + run_command = "#{@command} &>'#{log_file_path}'" if run_command.start_with? 'git ' Dir.chdir @repository do `#{run_command}`