From a9867908798f83307ff53014b3f6b90f7a829f6c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 14 2012 19:57:28 +0000 Subject: Update `Functions/Commons/init.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/init.sh b/Scripts/Bash/Functions/Commons/init.sh index 2a49175..507765a 100755 --- a/Scripts/Bash/Functions/Commons/init.sh +++ b/Scripts/Bash/Functions/Commons/init.sh @@ -127,7 +127,7 @@ function init { # Go for function initialization. Keep the cli_exportFunctions # function calling after all variables and arguments definitions. - cli_exportFunctions "${CLI_FUNCDIRNAM}/${CLI_FUNCNAME}[[:alpha:]_]*" + cli_exportFunctions "${CLI_FUNCDIRNAM}/${CLI_FUNCNAME}" # Execute function. eval $CLI_FUNCNAME