ソースを参照

Mute useless non-fixable ShellCheck warning

Alois Mahdal 6 年 前
コミット
bf63cc292d
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/imapdomo.skel

+ 1
- 0
src/imapdomo.skel ファイルの表示

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