Browse Source

Mute well-known ShellCheck warning

Alois Mahdal 6 years ago
parent
commit
a8d1d5c195
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      bin/notifirc

+ 1
- 0
bin/notifirc View File

95
         warn "syntax error in defaults file: $rcfile"
95
         warn "syntax error in defaults file: $rcfile"
96
         return 3
96
         return 3
97
     }
97
     }
98
+    #shellcheck disable=SC1090
98
     . "$rcfile" || {
99
     . "$rcfile" || {
99
         warn "error in defaults file: $rcfile"
100
         warn "error in defaults file: $rcfile"
100
         return 3
101
         return 3