From b9ef1271bb6318c9a354d3267210aeed873da9cf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 11 Nov 2015 06:51:36 +0100 Subject: Using common spelling of variables in preinst. Signed-off-by: Daniel Baumann --- debian/zutils.preinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3