fix: Prevent error when there is no $customcontrol set

https://github.com/koalaman/shellcheck/wiki/SC2154
main
earnest ma 2 years ago
parent 3589e04177
commit b083995b70
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A

@ -58,7 +58,7 @@ Section:
Priority:
Homepage: ${url:?}
Description: ${description:?}
${customcontrol:?}
${customcontrol:=}
" > "$builddir"/DEBIAN/control
}

Loading…
Cancel
Save