fix: Prevent error when there is no $customcontrol set

https://github.com/koalaman/shellcheck/wiki/SC2154
main
earnest ma 2021-09-11 21:58:35 -04:00
parent 3589e04177
commit b083995b70
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

2
aptpkg
View File

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