소스 검색

Don't lie when dying

Alois Mahdal 6 년 전
부모
커밋
f2a00e5ba7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/imapdomo.skel

+ 1
- 1
src/imapdomo.skel 파일 보기

@@ -102,7 +102,7 @@ main() {
102 102
     test -n "$Action" || usage -w "no action specified"
103 103
     debug -v Action CfgDir LogDir HeaderDir Debug CdTo
104 104
     lshandlers | grep -qw "$Action" \
105
-     || die "no handler for action: $Action.lua in $IMAPDOMO_HOME/handlers"
105
+     || die "no handler for action: $Action.lua in $CfgDir/handlers"
106 106
     cmd=$(mkcmd)
107 107
     debug -v cmd
108 108
     bash -n <<<"$cmd" || bug "bad syntax of cmd: '$cmd'"