projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
addd8e2
)
Actually allow the parameter to be used by getopt
collab/miker/autogen-config-control
author
Mike Rylander
<mrylander@gmail.com>
Tue, 9 Sep 2014 05:32:54 +0000
(
01:32
-0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/extras/autogen.sh
b/Open-ILS/src/extras/autogen.sh
index
6be1941
..
8206e64
100755
(executable)
--- 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";;