From: Adam Heath Date: Sat, 23 Dec 2000 22:25:50 +0000 (+0000) Subject: Remove bashism. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efdafcbe6de07d13d2f3298fb7a236574a0618e;p=dpkg Remove bashism. --- diff --git a/ChangeLog b/ChangeLog index c4f0652f..e2b84917 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 23 16:24:31 CST 2000 Adam Heath + + * debian/dpkg.postinst: Remove bashism. + Sat Dec 23 03:06:19 CST 2000 Adam Heath * scripts/cl-debian.pl: Make '#' optional in Closes: tags. diff --git a/debian/changelog b/debian/changelog index 798df0fa..e692c7a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ dpkg (1.8.0) unstable; urgency=low + * Removed bashing from dpkg.postinst. * Make '#' optional in Closes: tags. Closes: Bug#63137. * Add -t to -h output in dpkg-buildpackage: Closes: Bug#49598. * Fix typo in --compare-versions error message. Closes: Bug#66474. diff --git a/debian/dpkg.postinst b/debian/dpkg.postinst index 132bb772..ee0e85e9 100755 --- a/debian/dpkg.postinst +++ b/debian/dpkg.postinst @@ -213,7 +213,7 @@ do sed -ne '/^[^\/]/ s:^:/:; s/^/ /; / ./p' >&4 deb/$package.hash fi echo >&4 - for s in {pre,post}{rm,inst} list + for s in prerm postrm preinst postinst list do if test -f deb/$package.$s then