diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh index db2aada9df..c3cb079f26 100644 --- a/Library/Homebrew/cmd/vendor-install.sh +++ b/Library/Homebrew/cmd/vendor-install.sh @@ -294,10 +294,12 @@ homebrew-vendor-install() { VENDOR_PHYSICAL_PROCESSOR="${option}" VENDOR_PROCESSOR="${option}" fi + else + odie "This command does not take multiple vendor targets!" fi - odie "This command does not take multiple vendor targets!" + else + VENDOR_NAME="${option}" fi - VENDOR_NAME="${option}" ;; esac done