From 52d27431cb45e6287a590455550fdb607291265f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 17 2011 02:30:04 +0000 Subject: Update help_getOptions.sh. --- diff --git a/Scripts/Functions/Help/help_getOptions.sh b/Scripts/Functions/Help/help_getOptions.sh index 7847c9e..aaea5c2 100755 --- a/Scripts/Functions/Help/help_getOptions.sh +++ b/Scripts/Functions/Help/help_getOptions.sh @@ -70,15 +70,6 @@ function help_getOptions { ACTIONNAM="${FUNCNAM}_searchIndex" FLAG_SEARCH="$2" shift 2 - - # This option doesn't require an action value to work - # with. This way, execute it immediatly. - eval $ACTIONNAM - - # This option does nothing else but searching in the - # index of an info file. So, after executing it, end - # up the script execution. There is no more to do. - exit ;; --edit )