From 310029dc10bec729021d341754114dfe3ccb6cc8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Feb 2025 05:52:50 +0100 Subject: [PATCH] Using common spelling of variables in preinst. Signed-off-by: Daniel Baumann --- debian/zutils.preinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/zutils.preinst b/debian/zutils.preinst index d22c1e5..b9aa4a5 100644 --- a/debian/zutils.preinst +++ b/debian/zutils.preinst @@ -16,7 +16,7 @@ case "${1}" in ;; *) - echo "preinst called with unknown argument \`$1'" >&2 + echo "preinst called with unknown argument \`${1}'" >&2 exit 1 ;; esac