From 38fb46e67e1456f4c598407b739a9630d3729c44 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 05 2011 19:33:48 +0000 Subject: Update cli_printActionPreamble.sh. --- diff --git a/Scripts/Bash/Cli/Functions/cli_printActionPreamble.sh b/Scripts/Bash/Cli/Functions/cli_printActionPreamble.sh index aaaa2ef..49751d6 100755 --- a/Scripts/Bash/Cli/Functions/cli_printActionPreamble.sh +++ b/Scripts/Bash/Cli/Functions/cli_printActionPreamble.sh @@ -49,9 +49,10 @@ function cli_printActionPreamble { cli_checkFiles "${FILES}" fi - # Verify that all function parameters are passed. If they are not, - # there is nothing else to do here. - if [[ $# -ne 3 ]];then + # Verify that action argument be passed. The action value is + # required in order decide which action to perform. If it is not + # passed there is nothing else to do here. + if [[ $ACTION == '' ]];then return fi