summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-08-26 07:37:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-08-26 07:37:27 +0000
commit609aa7c726e8433875b9ec3b06640e27e72bce95 (patch)
tree06d4f792cc897d8588231d8d7824c3126e7e446c
parentHarmonizing changelog. (diff)
downloadzutils-609aa7c726e8433875b9ec3b06640e27e72bce95.tar.xz
zutils-609aa7c726e8433875b9ec3b06640e27e72bce95.zip
Harmonizing postrm.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/zutils.postrm2
1 files changed, 1 insertions, 1 deletions
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