mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Correct whitespace inside conditions
This commit is contained in:
parent
6d44055556
commit
566d49a1d1
@ -444,7 +444,7 @@ SOLTMPDIR=$(mktemp -d)
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# This should fail
|
# This should fail
|
||||||
if [[ !("$output" =~ "No input files given") || ($result == 0) ]]
|
if [[ ! ("$output" =~ "No input files given") || ($result == 0) ]]
|
||||||
then
|
then
|
||||||
printError "Incorrect response to empty input arg list: $output"
|
printError "Incorrect response to empty input arg list: $output"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user