Explorar el Código

Mute well-known ShellCheck warning

Alois Mahdal hace 6 años
padre
commit
a8d1d5c195
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      bin/notifirc

+ 1
- 0
bin/notifirc Ver fichero

@@ -95,6 +95,7 @@ load_defaults() {
95 95
         warn "syntax error in defaults file: $rcfile"
96 96
         return 3
97 97
     }
98
+    #shellcheck disable=SC1090
98 99
     . "$rcfile" || {
99 100
         warn "error in defaults file: $rcfile"
100 101
         return 3