]> err.no Git - dpkg/commitdiff
* scripts/dpkg-source.pl: we want to 'delete' the POSIXLY_CORRECT env
authorBen Collins <bcollins@debian.org>
Mon, 25 Oct 1999 01:05:25 +0000 (01:05 +0000)
committerBen Collins <bcollins@debian.org>
Mon, 25 Oct 1999 01:05:25 +0000 (01:05 +0000)
    not 'undef'

ChangeLog
scripts/dpkg-source.pl

index f16eea57fcc36dac226afa1d154cc7bcd719101a..8d72229640e484fba679f25ada2d63599ecc6c80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4c7bde98c4f0b8ad932a1b8114c2c2df0efe4cbe..3d76548b3c90e5becff1e86a05a1aeba8cea8cfb 100755 (executable)
@@ -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