From 8afc2075d13b7e374084fe3853896d253b98ace8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Feb 2025 05:57:02 +0100 Subject: [PATCH] Harmonizing postrm. Signed-off-by: Daniel Baumann --- debian/zutils.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/zutils.postrm b/debian/zutils.postrm index d732840..b9df41b 100755 --- a/debian/zutils.postrm +++ b/debian/zutils.postrm @@ -16,7 +16,7 @@ case "${1}" in ;; *) - echo "postrm called with unknown argument \`$1'" >&2 + echo "postrm called with unknown argument \`${1}'" >&2 exit 1 ;; esac