diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index 8bebd1b..1919301 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -97,7 +97,7 @@ clean_up() { 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]" exit 1 fi