aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-06-29 01:31:01 +0100
committerMike McQuaid2013-06-29 01:37:51 +0100
commitceae497b52a77d16cbc19228a7e0d1578dc6beb5 (patch)
tree9cd3dd3f736588d446eb1a76bc4529d57baaa0f0 /Library
parentf9223a5bac46749558bd4c9a6df8c06d929b846b (diff)
downloadhomebrew-ceae497b52a77d16cbc19228a7e0d1578dc6beb5.tar.bz2
brew-test-bot: fix logs in spaced directories.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index b58695a7e..3cd14e134 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}`