From 223932eb7bc4616026f9b8b3f606154d982b241a Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 2 Dec 2016 00:34:37 +0000 Subject: [PATCH] chore: exit with error code 1 on build script usage section (#925) --- scripts/unix/dependencies-bower.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unix/dependencies-bower.sh b/scripts/unix/dependencies-bower.sh index 7f8db8b3..04626124 100755 --- a/scripts/unix/dependencies-bower.sh +++ b/scripts/unix/dependencies-bower.sh @@ -35,7 +35,7 @@ function usage() { echo "" echo " -x " echo " -p production install" - exit 0 + exit 1 } ARGV_PREFIX=""