diff options
| author | fukachan <fukachan> | 2005-12-17 13:47:32 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-17 13:47:32 +0000 |
| commit | b1e53dfc18bc759a8917e95172bdf043bfe1e105 (patch) | |
| tree | 8e1dc9f498a3730bc1285c7887aabde9e7d7639d /fml/lib/FML/Process/FetchFML.pm | |
| parent | b3bcc16342a9db03c71cac7acd14c431d10eb908 (diff) | |
| download | fml8-b1e53dfc18bc759a8917e95172bdf043bfe1e105.tar.gz fml8-b1e53dfc18bc759a8917e95172bdf043bfe1e105.tar.bz2 fml8-b1e53dfc18bc759a8917e95172bdf043bfe1e105.zip | |
not need to pass $args to FML::Process::Switch::NewProcess() which
fake $args by $curproc->dup_curproc_args().
Diffstat (limited to 'fml/lib/FML/Process/FetchFML.pm')
| -rw-r--r-- | fml/lib/FML/Process/FetchFML.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/FetchFML.pm b/fml/lib/FML/Process/FetchFML.pm index 3b8b8739..0b9a21b6 100644 --- a/fml/lib/FML/Process/FetchFML.pm +++ b/fml/lib/FML/Process/FetchFML.pm @@ -3,7 +3,7 @@ # Copyright (C) 2005 Ken'ichi Fukamachi # All rights reserved. # -# $FML: FetchFML.pm,v 1.4 2005/08/19 12:08:17 fukachan Exp $ +# $FML: FetchFML.pm,v 1.5 2005/08/23 12:32:06 fukachan Exp $ # package FML::Process::FetchFML; @@ -142,7 +142,6 @@ sub run use FML::Process::Switch; &FML::Process::Switch::NewProcess($curproc, - $args, $myname, $ml_name, $ml_domain); |
