[Opensrf-commits] r1252 - trunk/bin
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 5 10:02:34 EST 2008
Author: erickson
Date: 2008-03-05 09:30:12 -0500 (Wed, 05 Mar 2008)
New Revision: 1252
Modified:
trunk/bin/osrf_ctl.sh
Log:
added a ":" to the getopt "c" option so it would take a param
Modified: trunk/bin/osrf_ctl.sh
===================================================================
--- trunk/bin/osrf_ctl.sh 2008-03-03 13:34:25 UTC (rev 1251)
+++ trunk/bin/osrf_ctl.sh 2008-03-05 14:30:12 UTC (rev 1252)
@@ -66,7 +66,7 @@
# ---------------------------------------------------------------------------
# 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";;
More information about the opensrf-commits
mailing list