From: David Kalnischkies Date: Mon, 10 Mar 2014 20:31:35 +0000 (+0100) Subject: ensure that a dot is a dot in the hook X-Git-Tag: 0.9.16~2^2~11 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7ce1ac857d914f98069078b1ea70995e7b6cf764 ensure that a dot is a dot in the hook As we deal with regex matchers here the dots are treated as wildcards if we don't take care of escaping them. Not very likely that this could be a real-world problem, but just to be sure. --- diff --git a/debian/apt.auto-removal.sh b/debian/apt.auto-removal.sh index ab8201898..0c5158658 100644 --- a/debian/apt.auto-removal.sh +++ b/debian/apt.auto-removal.sh @@ -63,13 +63,10 @@ then previous_version= fi -kernels=$(sort -u < ./fake-dpkg <