From 1cbff822b7a57adebaea74b24ecd17b5241a9e7b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 21 2012 03:07:16 +0000 Subject: Update Commons/init.sh --- diff --git a/Scripts/Bash/Functions/Commons/init.sh b/Scripts/Bash/Functions/Commons/init.sh index 9f66de6..1ecd4e0 100755 --- a/Scripts/Bash/Functions/Commons/init.sh +++ b/Scripts/Bash/Functions/Commons/init.sh @@ -88,8 +88,7 @@ function init { # provided, execute the help functionality and end script # execution. if [[ ! "$1" ]] || [[ ! "$1" =~ '^[[:alpha:]]' ]];then - echo 'No functionality passed as first argument.' - # exec ${CLI_BASEDIR}/${CLI_NAME}.sh help + exec ${CLI_BASEDIR}/${CLI_NAME}.sh help exit fi