We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4de8d6 commit 64979a8Copy full SHA for 64979a8
1 file changed
build.sh
@@ -78,7 +78,7 @@ msg_debug() {
78
# ${1}: message string
79
# ${2}: exit code number (with 0 does not exit)
80
msg_error() {
81
- msg_common error "${@}"
+ msg_common error "${1}"
82
if [[ -n "${2:-}" ]]; then
83
exit "${2}"
84
fi
0 commit comments