Browse Source

Don't lie when dying

Alois Mahdal 6 years ago
parent
commit
f2a00e5ba7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/imapdomo.skel

+ 1
- 1
src/imapdomo.skel View File

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