Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/bin/mcc')
-rwxr-xr-xagent/bin/mcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/bin/mcc b/agent/bin/mcc
index 44c41192..a1c82d47 100755
--- a/agent/bin/mcc
+++ b/agent/bin/mcc
@@ -24,7 +24,7 @@ language=
machine=
oval=
-while getopts co:D:I:gOp:x:m: name
+while getopts co:D:I:gO:p:x:m: name
do
case $name in
c)
@@ -36,7 +36,7 @@ do
gflag=1
;;
O)
- Oflag=1
+ Oflag="$OPTARG"
;;
o)
oval="$OPTARG"

Back to the top