[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8f4f16b39d2eb135d8c2f4acc11175dfeaea27b1

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, master has been updated
       via  8f4f16b39d2eb135d8c2f4acc11175dfeaea27b1 (commit)
      from  1a1169fc6f0f774ccd7c9804443ae317828ea8db (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 8f4f16b39d2eb135d8c2f4acc11175dfeaea27b1
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