mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use "$@" instead of $*
This commit is contained in:
parent
4c186321c8
commit
1c7cc376d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user