Browse Source

set -eu sur le fichier d'install

magikcypress 8 năm trước cách đây
mục cha
commit
8933a9d46a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      scripts/install

+ 5 - 0
scripts/install

@@ -1,5 +1,10 @@
 #!/bin/bash
 
+#=================================================
+# Exit on command errors and treat unset variables as an error
+#=================================================
+set -eu
+
 #=================================================
 # GENERIC STARTING
 #=================================================