From 2c195e46d96b49e4bab770fae6f0ae759234496f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 21 2011 21:15:21 +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 87a3ca4..e811587 100755 --- a/Scripts/Bash/Cli/Functions/cli_printActionPreamble.sh +++ b/Scripts/Bash/Cli/Functions/cli_printActionPreamble.sh @@ -36,7 +36,7 @@ function cli_printActionPreamble { # Verify amount of files to process. If there is no one then there # is nothing else to do here. - if [[ $FILES == '' ]];then + if [[ "$FILES" == '' ]];then return fi