diff --git a/Scripts/Bash/Functions/Commons/cli_getFilesList.sh b/Scripts/Bash/Functions/Commons/cli_getFilesList.sh index 3950580..0c59ddf 100755 --- a/Scripts/Bash/Functions/Commons/cli_getFilesList.sh +++ b/Scripts/Bash/Functions/Commons/cli_getFilesList.sh @@ -90,7 +90,7 @@ function cli_getFilesList { # removed from positional parameters. Only non-option arguments # remain so we use them as source location for find command to # look files for. - local LOCATIONS="$@" + local LOCATIONS=$@ # Verify that locations does exist. cli_checkFiles -e ${LOCATIONS}