From b083995b7082f412b0de496a28c13df74d4ec3a2 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sat, 11 Sep 2021 21:58:35 -0400 Subject: [PATCH] fix: Prevent error when there is no $customcontrol set https://github.com/koalaman/shellcheck/wiki/SC2154 --- aptpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptpkg b/aptpkg index 21fe3b3..ac0b46c 100755 --- a/aptpkg +++ b/aptpkg @@ -58,7 +58,7 @@ Section: Priority: Homepage: ${url:?} Description: ${description:?} -${customcontrol:?} +${customcontrol:=} " > "$builddir"/DEBIAN/control }