Ver código fonte

Mute well-known ShellCheck warning

Alois Mahdal 6 anos atrás
pai
commit
a8d1d5c195
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      bin/notifirc

+ 1
- 0
bin/notifirc Ver arquivo

@@ -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