From 20d2d87aad97f06c2951a0c76861b04ba977d496 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 18 2011 23:06:05 +0000 Subject: Update cli_getFunctions.sh. --- diff --git a/Scripts/Bash/Functions/cli_getFunctions.sh b/Scripts/Bash/Functions/cli_getFunctions.sh index 4de5958..375b552 100644 --- a/Scripts/Bash/Functions/cli_getFunctions.sh +++ b/Scripts/Bash/Functions/cli_getFunctions.sh @@ -55,6 +55,8 @@ function cli_getFunctions { done # Execute action passed to centos-art.sh script. - eval $FUNCNAM + if [[ $FUNCNAM != '' ]];then + eval $FUNCNAM + fi }