From: Mike Rylander Date: Tue, 9 Sep 2014 05:32:54 +0000 (-0400) Subject: Actually allow the parameter to be used by getopt X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fmiker%2Fautogen-config-control;p=working%2FEvergreen.git Actually allow the parameter to be used by getopt Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/extras/autogen.sh b/Open-ILS/src/extras/autogen.sh index 6be1941934..8206e648c6 100755 --- a/Open-ILS/src/extras/autogen.sh +++ b/Open-ILS/src/extras/autogen.sh @@ -57,7 +57,7 @@ c="SYSCONFDIR/opensrf_core.xml"; # --------------------------------------------------------------------------- # Load the command line options and set the global vars # --------------------------------------------------------------------------- -while getopts "u h" flag; do +while getopts "u h c" flag; do case $flag in "c") c="$OPTARG";; "u") PROXIMITY="REFRESH";;