Kaynağa Gözat

set -eu sur le fichier d'install

magikcypress 8 yıl önce
ebeveyn
işleme
8933a9d46a
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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
 #=================================================