Commit 78084c51db8f4ca869285b65eb105279c0d88009

Thomas de Grivel 2023-02-06T00:52:57

set -e

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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