Explorar el Código

Don't lie when dying

Alois Mahdal hace 6 años
padre
commit
f2a00e5ba7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/imapdomo.skel

+ 1
- 1
src/imapdomo.skel Ver fichero

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