소스 검색

Mute Shellcheck warning about PRETTY_DEBUG

Alois Mahdal 8 년 전
부모
커밋
e24b16d30e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/imapdomo/utils/imapdomo

+ 1
- 0
dotfiles/imapdomo/utils/imapdomo 파일 보기

@@ -42,6 +42,7 @@ main() {
42 42
     CfgDir="$HOME/.imapdomo"
43 43
     LogDir="$HOME/.local/share/imapdomo/logs"
44 44
     Debug=false
45
+    #shellcheck disable=SC2034
45 46
     while true; do case $1 in
46 47
         -c) CdTo="$2"; shift 2 || usage ;;
47 48
         -d) Debug=true; PRETTY_DEBUG=true; shift ;;