This commit is contained in:
Jeremy Soller 2017-02-24 12:12:02 -07:00
commit 598a5a604d

View file

@ -26,7 +26,7 @@ install_macos_pkg()
BIN_NAME=$PKG_NAME BIN_NAME=$PKG_NAME
fi fi
BIN_LOCATION=$(which $BIN_NAME) BIN_LOCATION=$(which $BIN_NAME || true)
if [ -z "$BIN_LOCATION" ]; then if [ -z "$BIN_LOCATION" ]; then
echo "$PKG_MANAGER install $PKG_NAME" echo "$PKG_MANAGER install $PKG_NAME"
$PKG_MANAGER install "$PKG_NAME" $PKG_MANAGER install "$PKG_NAME"