Fix spaced paths with brew bottle.
We shouldn't ever really have these but better to be safe than sorry.
This commit is contained in:
parent
bc724bd31e
commit
55aa2a296b
@ -15,7 +15,7 @@ ARGV.each do|formula|
|
||||
HOMEBREW_CELLAR.cd do
|
||||
# Use gzip, much faster than bzip2 and hardly any file size difference
|
||||
# when compressing binaries.
|
||||
safe_system "tar czf #{destination}/#{filename} #{formula}/#{version}"
|
||||
safe_system 'tar', 'czf', "#{destination}/#{filename}", "#{formula}/#{version}"
|
||||
end
|
||||
ohai "Bottled #{filename}"
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user