cmd/vendor-install: fix some elses.
The logic in #16495 wasn't quite right.
This commit is contained in:
parent
f515810ccd
commit
fd9775d512
@ -294,10 +294,12 @@ homebrew-vendor-install() {
|
|||||||
VENDOR_PHYSICAL_PROCESSOR="${option}"
|
VENDOR_PHYSICAL_PROCESSOR="${option}"
|
||||||
VENDOR_PROCESSOR="${option}"
|
VENDOR_PROCESSOR="${option}"
|
||||||
fi
|
fi
|
||||||
fi
|
else
|
||||||
odie "This command does not take multiple vendor targets!"
|
odie "This command does not take multiple vendor targets!"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
VENDOR_NAME="${option}"
|
VENDOR_NAME="${option}"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user