diff --git a/scripts/uniqueErrors.sh b/scripts/uniqueErrors.sh index 96083a1fe..dd92fc287 100755 --- a/scripts/uniqueErrors.sh +++ b/scripts/uniqueErrors.sh @@ -4,7 +4,7 @@ REPO="$(dirname "$0")/.." echo "Finding unique failures..." ( -for x in $* +for x in "$@" do echo -n "$x" " # " # This subshell is a workaround to prevent the shell from printing