diff options
| author | fukachan <fukachan> | 2002-10-29 09:06:52 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-10-29 09:06:52 +0000 |
| commit | fcce098f8dc7046d378ab697e7b5ebda60bea627 (patch) | |
| tree | 8cdf66ca24e44b82279149cf23b8318403492520 /fml/lib/FML/Process | |
| parent | 2600111860fb0ee8d7d05169b092249c7d6595db (diff) | |
| download | fml8-fcce098f8dc7046d378ab697e7b5ebda60bea627.tar.gz fml8-fcce098f8dc7046d378ab697e7b5ebda60bea627.tar.bz2 fml8-fcce098f8dc7046d378ab697e7b5ebda60bea627.zip | |
fix escape of Log(...) in eval q{}
Diffstat (limited to 'fml/lib/FML/Process')
| -rw-r--r-- | fml/lib/FML/Process/Utils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Utils.pm b/fml/lib/FML/Process/Utils.pm index 3a7bfa8c..bd1023ec 100644 --- a/fml/lib/FML/Process/Utils.pm +++ b/fml/lib/FML/Process/Utils.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Utils.pm,v 1.45 2002/09/22 15:01:22 fukachan Exp $ +# $FML: Utils.pm,v 1.46 2002/10/05 15:44:39 fukachan Exp $ # package FML::Process::Utils; @@ -280,7 +280,7 @@ sub _mkpath_str use File::Path; mkpath([ \$dir ], 0, $mode); chmod $mode, \$dir; - Log(\"mkdirhier $dir mode=$mode\"); + Log(\"mkdirhier \$dir mode=$mode\"); }; LogError($@) if $@; } |
