FIX logic error actually

This commit is contained in:
Nathan Dwarshuis 2021-06-12 01:01:40 -04:00
parent d9c937cdf4
commit 1077b6dd50
1 changed files with 1 additions and 1 deletions

View File

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