From 572babcb6dd1813626b506a3f5e31a9ae8af0886 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 26 2010 20:50:11 +0000 Subject: Update help_searchIndex.sh to make short arguments (ARGSS) and long arguments (ARGSL) variable definitions local to help_searchIndex function. --- diff --git a/Scripts/Bash/Functions/Help/help_searchIndex.sh b/Scripts/Bash/Functions/Help/help_searchIndex.sh index 6fa6ec2..c18db53 100644 --- a/Scripts/Bash/Functions/Help/help_searchIndex.sh +++ b/Scripts/Bash/Functions/Help/help_searchIndex.sh @@ -33,10 +33,10 @@ function help_searchIndex { local SEARCH='' # Define short options we want to support. - ARGSS="" + local ARGSS="" # Define long options we want to support. - ARGSL="filter:" + local ARGSL="filter:" # Parse arguments using getopt(1) command parser. cli_doParseArguments