[open-ils-commits] [GIT] Evergreen ILS branch rel_2_5 updated. 6b88d915d068b00fc8fb1d192cb0077b1e7b212a
Evergreen Git
git at git.evergreen-ils.org
Thu Sep 18 16:11:52 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_5 has been updated
via 6b88d915d068b00fc8fb1d192cb0077b1e7b212a (commit)
from 174ced8e4e420ff62e9b7a4163270cc44f32d06a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6b88d915d068b00fc8fb1d192cb0077b1e7b212a
Author: Jason Boyer <jboyer1 at library.in.gov>
Date: Mon Jul 14 08:35:39 2014 -0400
LP#1340947: Finish support in oils_ctl.sh for -y and -z options
Signed-off-by: Jason Boyer <jboyer1 at library.in.gov>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/examples/oils_ctl.sh b/Open-ILS/examples/oils_ctl.sh
index a546c5b..dde70cb 100755
--- a/Open-ILS/examples/oils_ctl.sh
+++ b/Open-ILS/examples/oils_ctl.sh
@@ -36,7 +36,7 @@ function usage {
# ---------------------------------------------------------------------------
# Load the command line options and set the global vars
# ---------------------------------------------------------------------------
-while getopts "a:d:s:l:" flag; do
+while getopts "a:d:s:l:y:z:" flag; do
case $flag in
"a") OPT_ACTION="$OPTARG";;
"s") OPT_SIP_CONFIG="$OPTARG";;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/oils_ctl.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list