mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Give error_message in msg_on_error an initial value to make it compatible with set -u
This commit is contained in:
parent
c7372f3f22
commit
25c78be73e
@ -121,7 +121,7 @@ function assertFail
|
|||||||
|
|
||||||
function msg_on_error
|
function msg_on_error
|
||||||
{
|
{
|
||||||
local error_message
|
local error_message=""
|
||||||
local no_stdout=false
|
local no_stdout=false
|
||||||
local no_stderr=false
|
local no_stderr=false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user