Using common spelling of variables in preinst.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ba0c09bf08
commit
310029dc10
1 changed files with 1 additions and 1 deletions
2
debian/zutils.preinst
vendored
2
debian/zutils.preinst
vendored
|
@ -16,7 +16,7 @@ case "${1}" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "preinst called with unknown argument \`$1'" >&2
|
echo "preinst called with unknown argument \`${1}'" >&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue