[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 8bd94f9050fd12a1cbc6167d593f9b874407e2a3

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_6 has been updated
       via  8bd94f9050fd12a1cbc6167d593f9b874407e2a3 (commit)
      from  e314da5c08b399f7b3bce824681539ec1c802ff8 (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 8bd94f9050fd12a1cbc6167d593f9b874407e2a3
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