Quellcode durchsuchen

Exit properly if importing ffoo.sh fails

Alois Mahdal vor 10 Jahren
Ursprung
Commit
8e11223246
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/bin/saturnin.skel

+ 1
- 1
src/bin/saturnin.skel Datei anzeigen

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-. $(ffoom path)
3
+. $(ffoom path) || exit 3
4 4
 
5 5
 mkconfpath() {
6 6
     local userd="__SATURNIN_CONFIG_USER__/ini.d"