FIX logic error

This commit is contained in:
Nathan Dwarshuis 2021-06-12 00:58:51 -04:00
parent 4b4975df8a
commit d9c937cdf4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ clean_up() {
trap 'clean_up' ERR
if [ "$#" -ne 1 ]; then
if [ "$#" -ge 1 ] && [ "$#" -le 2 ]; then
echo "Usage: bootstrap_pkgs CUSTOM_PKGBUILD_SRC [INSTALL_ROOT]"
exit 1
fi