From 48eb6a123f56aced22c89701b39e10c6d2b14fe8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 13 2012 17:05:22 +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 abd6d8f..365a6fd 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -93,7 +93,7 @@ function cli { # provided, execute the help functionality and end script # execution. if [[ ! "$1" ]] || [[ ! "$1" =~ '^[[:alpha:]]' ]];then - ${CLI_BASEDIR}/${CLI_NAME}.sh help --read --format="texinfo" tcar-fs::: + cli_runFnEnvironment help --read --format="texinfo" tcar-fs::: exit fi