Use safe_system when invoking install_name_tool

This commit is contained in:
Jack Nagel 2014-09-11 23:26:48 -05:00
parent 1e537b5797
commit 759b6ce1a9

View File

@ -100,7 +100,7 @@ class Keg
end
def install_name_tool(*args)
system(MacOS.locate("install_name_tool"), *args)
safe_system(MacOS.locate("install_name_tool"), *args)
end
# If file is a dylib or bundle itself, look for the dylib named by