mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Prefix globs with ./ or use -- to make commands safe with files named like command-line options
This commit is contained in:
@@ -93,6 +93,6 @@ for (var optimize of [false, true])
|
||||
}
|
||||
EOF
|
||||
chmod +x solc
|
||||
./solc *.sol > /tmp/report.txt
|
||||
./solc -- *.sol > /tmp/report.txt
|
||||
)
|
||||
rm -rf "$TMPDIR"
|
||||
|
||||
Reference in New Issue
Block a user