Re: [exim] Undefined variable in eval: (string expansion)
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Este mensaje es parte del siguiente hilo:
El árbol completo de hilos, ordenados por fecha
Toralf Lund, mensaje del
2007-07-06 12:34
Mike Cardwell, mensaje del
2007-07-06 12:46
Autor:
Mike Cardwell
Fecha:
2007-07-06 12:39
UTC
A:
exim-users
Asunto:
Re: [exim] Undefined variable in eval: (string expansion)
Toralf Lund wrote:
> What do I get if I do something like
>
> ${eval:$some_variable+1}
>
> when "some_variable" is not actually defined?
Looks like it treats some_variable as 0:
root@clayman:~# /usr/sbin/exim -be
> ${eval:$acl_m9+1}
1
>
Mike