From 145fb84c1950c89af483f536e38b611ffd80659c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 21:42:32 +0000 Subject: Update `Functions/Svn/svn_getOptions.sh' file. --- diff --git a/Scripts/Bash/Functions/Svn/svn_getOptions.sh b/Scripts/Bash/Functions/Svn/svn_getOptions.sh index f7c7395..7edbf1c 100644 --- a/Scripts/Bash/Functions/Svn/svn_getOptions.sh +++ b/Scripts/Bash/Functions/Svn/svn_getOptions.sh @@ -29,7 +29,7 @@ function svn_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="sync,update,commit,is-versioned,commit-changes,get-status" + local ARGSL="sync,update,commit,is-versioned,get-status" # Redefine ARGUMENTS using getopt(1) command parser. cli_parseArguments @@ -67,12 +67,6 @@ function svn_getOptions { shift 1 ;; - --commit-changes ) - FLAG_COMMIT_CHANGES="true" - shift 1 - ;; - - -- ) # Remove the `--' argument from the list of arguments # in order for processing non-option arguments