From 997ef76a2c8c1a80fae8ec572fd9ae87f936fe8b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 14:06:05 +0000 Subject: Update `Functions/Render/render_getOptions.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/render_getOptions.sh b/Scripts/Bash/Functions/Render/render_getOptions.sh index 41a8aad..0f3043c 100755 --- a/Scripts/Bash/Functions/Render/render_getOptions.sh +++ b/Scripts/Bash/Functions/Render/render_getOptions.sh @@ -29,7 +29,7 @@ function render_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="filter:,quiet,answer-yes,dont-commit-changes,dont-dirspecific,releasever:,basearch:,post-rendition:,last-rendition:,theme-model:,with-brands" + local ARGSL="filter:,quiet,answer-yes,dont-dirspecific,releasever:,basearch:,post-rendition:,last-rendition:,theme-model:,with-brands" # Redefine ARGUMENTS variable using getopt output. cli_parseArguments @@ -49,7 +49,6 @@ function render_getOptions { --quiet ) FLAG_QUIET="true" - FLAG_DONT_COMMIT_CHANGES="true" shift 1 ;; @@ -58,11 +57,6 @@ function render_getOptions { shift 1 ;; - --dont-commit-changes ) - FLAG_DONT_COMMIT_CHANGES="true" - shift 1 - ;; - --dont-dirspecific ) FLAG_DONT_DIRSPECIFIC="true" shift 1