Просмотр исходного кода

* scripts/dpkg-source.pl: we want to 'delete' the POSIXLY_CORRECT env
not 'undef'

Ben Collins лет назад: 27
Родитель
Сommit
7ead1dabb8
2 измененных файлов с 6 добавлено и 1 удалено
  1. 5 0
      ChangeLog
  2. 1 1
      scripts/dpkg-source.pl

+ 5 - 0
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

+ 1 - 1
scripts/dpkg-source.pl

@@ -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