Browse Source

Mute useless non-fixable ShellCheck warning

Alois Mahdal 6 years ago
parent
commit
bf63cc292d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/imapdomo.skel

+ 1
- 0
src/imapdomo.skel View File

@@ -1,4 +1,5 @@
1 1
 #!/bin/bash
2
+#shellcheck disable=SC1090
2 3
 
3 4
 . "$(sfpath)" || exit 3
4 5