FIX install pkgs typo
This commit is contained in:
parent
2946e33486
commit
442ddb48eb
|
@ -91,8 +91,8 @@ clean_up() {
|
|||
|
||||
trap 'clean_up' ERR
|
||||
|
||||
if [ "$#" -ne 2 ]; then
|
||||
echo "Must supply custom package dir. Exiting"
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "Usage: bootstrap_pkgs [CUSTOM_PKGBUILD_SRC]"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue