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