diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-08-26 07:37:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-08-26 07:37:27 +0000 |
commit | 609aa7c726e8433875b9ec3b06640e27e72bce95 (patch) | |
tree | 06d4f792cc897d8588231d8d7824c3126e7e446c | |
parent | Harmonizing changelog. (diff) | |
download | zutils-609aa7c726e8433875b9ec3b06640e27e72bce95.tar.xz zutils-609aa7c726e8433875b9ec3b06640e27e72bce95.zip |
Harmonizing postrm.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/zutils.postrm | 2 |
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 |