Actually allow the parameter to be used by getopt collab/miker/autogen-config-control
authorMike Rylander <mrylander@gmail.com>
Tue, 9 Sep 2014 05:32:54 +0000 (01:32 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 9 Sep 2014 05:32:54 +0000 (01:32 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/extras/autogen.sh

index 6be1941..8206e64 100755 (executable)
@@ -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";;