summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-10-13 13:09:50 +0000
committerfukachan <fukachan>2001-10-13 13:09:50 +0000
commit1cb075896997d3e4cd10fe2208a2c7d36f46fc57 (patch)
treeedd3696c9607e9f98835b07787370fc81693d9ad /fml/lib/FML/Process/Command.pm
parentf2dbf78b3c5edf74d7a1cbdc53b04576d0acd91a (diff)
downloadfml8-1cb075896997d3e4cd10fe2208a2c7d36f46fc57.tar.gz
fml8-1cb075896997d3e4cd10fe2208a2c7d36f46fc57.tar.bz2
fml8-1cb075896997d3e4cd10fe2208a2c7d36f46fc57.zip
pass $comname in $optargs
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index 846dd36e..93ae03b0 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -4,7 +4,7 @@
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.16 2001/10/12 00:19:19 fukachan Exp $
+# $FML: Command.pm,v 1.17 2001/10/13 03:12:35 fukachan Exp $
#
package FML::Process::Command;
@@ -225,6 +225,7 @@ sub _evaluate_command
# arguments to pass off to each method
my $optargs = {
command_mode => 'user',
+ comname => $comname,
command => $command,
ml_name => $ml_name,
options => [],