From eb8b37e8e815e51164788c7615ecf90d9b4f241e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 22 Jan 2012 00:33:49 -0600 Subject: [PATCH] Part 1 of 2 of kdm rename --- kommander/executor/instance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kommander/executor/instance.h b/kommander/executor/instance.h index deed56d2..87fd5771 100644 --- a/kommander/executor/instance.h +++ b/kommander/executor/instance.h @@ -50,7 +50,7 @@ public: Instance(TQWidget*); ~Instance(); /* passing global variables: two forms are accepted. - kdmr-executor file.kmdr COUNT=45 PATH=/tmp - this adds global variables 45 and PATH + tdmr-executor file.kmdr COUNT=45 PATH=/tmp - this adds global variables 45 and PATH kmdr-executor file.kmdr 45 /tmp - this adds global variables ARG1 and ARG2 ARGS holds space-separated list of all second-type variables (like Bash $@) ARGCOUNT holds number of second-type arguments