@@ -1,3 +1,8 @@
+Sun Oct 24 20:46:44 EDT 1999 Ben Collins <bcollins.debian.org>
+
+ * scripts/dpkg-source.pl: we want to 'delete' the POSIXLY_CORRECT env
+ not 'undef'
Sun Oct 24 20:25:11 EDT 1999 Ben Collins <bcollins.debian.org>
* debian/dpkg-doc-{postrm,prerm}: Added install-info for internals.info
@@ -21,7 +21,7 @@ push (@INC, $dpkglibdir);
require 'controllib.pl';
# Make sure patch doesn't get any funny ideas
-undef $ENV{'POSIXLY_CORRECT'};
+delete $ENV{'POSIXLY_CORRECT'};
sub usageversion {
print STDERR