From 64979a8a3eab491436fcf5e7585e18d6adc32b2b Mon Sep 17 00:00:00 2001 From: hayao Date: Thu, 29 Apr 2021 14:58:32 +0900 Subject: [PATCH] [fix] : Fixed error message --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4a19bbb1..8ce9c0b1 100755 --- a/build.sh +++ b/build.sh @@ -78,7 +78,7 @@ msg_debug() { # ${1}: message string # ${2}: exit code number (with 0 does not exit) msg_error() { - msg_common error "${@}" + msg_common error "${1}" if [[ -n "${2:-}" ]]; then exit "${2}" fi -- 2.11.0