소스 검색

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