diff options
| author | Jack Nagel | 2015-04-26 21:56:06 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-04-26 21:56:22 -0400 |
| commit | b42259f628eb6c7452b3d54b54b1fbd699c8c794 (patch) | |
| tree | 52308fd2591ff9e36dc05ddbb484d683ca99855f /Library | |
| parent | c72505925184d305387ba6fab40c9501e7b3881b (diff) | |
| download | brew-b42259f628eb6c7452b3d54b54b1fbd699c8c794.tar.bz2 | |
Fix variable name
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test.rb b/Library/Homebrew/cmd/test.rb index 8890797a8..925f7dd9e 100644 --- a/Library/Homebrew/cmd/test.rb +++ b/Library/Homebrew/cmd/test.rb @@ -39,7 +39,7 @@ module Homebrew if Sandbox.available? && ARGV.sandbox? sandbox = Sandbox.new formula.logs.mkpath - sandbox.record_log(formula.logs/"sandbox.test.log") + sandbox.record_log(f.logs/"sandbox.test.log") sandbox.allow_write_temp_and_cache sandbox.allow_write_log(f) sandbox.exec(*args) |
