summaryrefslogtreecommitdiff
path: root/debian/dpkg-dev.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dpkg-dev.preinst')
-rwxr-xr-xdebian/dpkg-dev.preinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dpkg-dev.preinst b/debian/dpkg-dev.preinst
index 892c96f1c..39a6f1824 100755
--- a/debian/dpkg-dev.preinst
+++ b/debian/dpkg-dev.preinst
@@ -35,7 +35,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