chore: exit with error code 1 on build script usage section (#925)

This commit is contained in:
Andrew Scheller 2016-12-02 00:34:37 +00:00 committed by Juan Cruz Viotti
parent b7aee7affe
commit 223932eb7b

View File

@ -35,7 +35,7 @@ function usage() {
echo "" echo ""
echo " -x <install prefix>" echo " -x <install prefix>"
echo " -p production install" echo " -p production install"
exit 0 exit 1
} }
ARGV_PREFIX="" ARGV_PREFIX=""