diff options
| author | fukachan <fukachan> | 2004-05-29 03:45:12 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-05-29 03:45:12 +0000 |
| commit | 89e30fbb7719ed607b32a26a58cf74e24e782919 (patch) | |
| tree | ff79f46b9ffcfcbe565097359596972fd206d8b4 /fml/lib/FML/Process | |
| parent | 04c4485aecd6b2f48e7a3b102c7e5a456e5e95c4 (diff) | |
| download | fml8-89e30fbb7719ed607b32a26a58cf74e24e782919.tar.gz fml8-89e30fbb7719ed607b32a26a58cf74e24e782919.tar.bz2 fml8-89e30fbb7719ed607b32a26a58cf74e24e782919.zip | |
bug fix my() usage.
Diffstat (limited to 'fml/lib/FML/Process')
| -rw-r--r-- | fml/lib/FML/Process/Command.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm index 26d0e21e..8ef2ccfb 100644 --- a/fml/lib/FML/Process/Command.pm +++ b/fml/lib/FML/Process/Command.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Command.pm,v 1.106 2004/05/22 02:42:39 fukachan Exp $ +# $FML: Command.pm,v 1.107 2004/05/25 03:39:00 fukachan Exp $ # package FML::Process::Command; @@ -170,7 +170,7 @@ sub _check_filter }; $curproc->log($@) if $@; - my $eval = $config->get_hook( 'command_mail_filter_end_hook' ); + $eval = $config->get_hook( 'command_mail_filter_end_hook' ); if ($eval) { eval qq{ $eval; }; $curproc->logwarn($@) if $@; } } |
