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:
+1
-1
@@ -121,7 +121,7 @@ function assertFail
|
||||
|
||||
function msg_on_error
|
||||
{
|
||||
local error_message
|
||||
local error_message=""
|
||||
local no_stdout=false
|
||||
local no_stderr=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user