diff --git a/entrypoint.sh b/entrypoint.sh index 2d07716..c1d5807 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -32,7 +32,7 @@ function main { shift $(( OPTIND - 1 )) - for in_file in "$@"; do + for in_file in $@; do if [[ -f "${in_file}" ]]; then printf "Attempting compile of: %s\n" "${in_file}"