瀏覽代碼

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'"