summaryrefslogtreecommitdiff
path: root/debian/dpkg.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dpkg.preinst')
-rwxr-xr-xdebian/dpkg.preinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dpkg.preinst b/debian/dpkg.preinst
index d29fa4123..4cde19f6f 100755
--- a/debian/dpkg.preinst
+++ b/debian/dpkg.preinst
@@ -80,7 +80,7 @@ case "$1" in
*)
- echo "$0 called with unknown argument \`$1'" 1>&2
+ echo "$0 called with unknown argument '$1'" 1>&2
exit 1
;;
esac