We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b528fe commit 26a89b6Copy full SHA for 26a89b6
1 file changed
build.sh
@@ -1245,7 +1245,7 @@ msg_debug "Use the default configuration file (${defaultconfig})."
1245
1246
# Check for a valid channel name
1247
if [[ -n "${1+SET}" ]]; then
1248
- case "$(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" -n check "${1}"; printf "${?}")" in
+ case "$(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" -n check "${1}"; printf "%d" "${?}")" in
1249
"2")
1250
msg_error "Invalid channel ${1}" "1"
1251
;;
0 commit comments