From 100598a820817c5d4b14dc8e5abe2f0c49f96544 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 5 Mar 2008 14:30:12 +0000 Subject: [PATCH] added a ":" to the getopt "c" option so it would take a param git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1252 9efc2488-bf62-4759-914b-345cdb29e865 --- bin/osrf_ctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/osrf_ctl.sh b/bin/osrf_ctl.sh index 3fd6bfb..cc04f9d 100755 --- a/bin/osrf_ctl.sh +++ b/bin/osrf_ctl.sh @@ -66,7 +66,7 @@ basepath $0 # --------------------------------------------------------------------------- # Load the command line options and set the global vars # --------------------------------------------------------------------------- -while getopts "a:d:clh" flag; do +while getopts "a:d:c:lh" flag; do case $flag in "a") OPT_ACTION="$OPTARG";; "c") OPT_CONFIG="$OPTARG";; -- 2.43.2