From 8cad41bae11edb105b5a8aee14345fd392cf0b93 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 01:17:54 +0000 Subject: Update `Functions/Commons/cli.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index b1b1e8a..6b51950 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -92,7 +92,7 @@ function cli { # provided, execute the help functionality and end script # execution. if [[ ! "$1" ]] || [[ ! "$1" =~ '^[[:alpha:]]' ]];then - exec ${CLI_BASEDIR}/${TCAR_CLI_NAME}.sh help + exec ${CLI_BASEDIR}/${CLI_NAME}.sh help exit fi