Use "$@" instead of $*

This commit is contained in:
Kamil Śliwak
2021-03-04 16:53:05 +01:00
parent 4c186321c8
commit 1c7cc376d1
+1 -1
View File
@@ -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