aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/bottles.rb
diff options
context:
space:
mode:
authorchdiza2015-09-08 16:21:12 -0400
committerMisty De Meo2015-09-08 15:51:01 -0700
commitedbb3a9e53358a720c390df23839cf8f4abb1b10 (patch)
treeccb0424019459ab9a64689a27d3ec292f5966b30 /Library/Homebrew/bottles.rb
parent48ba192a3bac609c1bdd7355d4749d624b973c46 (diff)
downloadbrew-edbb3a9e53358a720c390df23839cf8f4abb1b10.tar.bz2
Use system tar for bottle TOC inspection
Closes Homebrew/homebrew#43717. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Homebrew/bottles.rb')
-rw-r--r--Library/Homebrew/bottles.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb
index 2686f2468..262c01ccd 100644
--- a/Library/Homebrew/bottles.rb
+++ b/Library/Homebrew/bottles.rb
@@ -39,7 +39,7 @@ def bottle_tag
end
def bottle_receipt_path(bottle_file)
- Utils.popen_read("tar", "-tzf", bottle_file, "*/*/INSTALL_RECEIPT.json").chomp
+ Utils.popen_read("/usr/bin/tar", "-tzf", bottle_file, "*/*/INSTALL_RECEIPT.json").chomp
end
def bottle_resolve_formula_names(bottle_file)