diff --git a/bin/shpkg_bootstrap b/bin/shpkg_bootstrap
index e4519c9..35ec9d4 100755
--- a/bin/shpkg_bootstrap
+++ b/bin/shpkg_bootstrap
@@ -1,4 +1,5 @@
#!/bin/sh
+set -e
usage () {
{
@@ -15,8 +16,6 @@ usage () {
exit 1
}
-set -e
-
# config
FORCE=No
while [ $# -gt 0 ]; do