From: Modestas Vainius Date: Sun, 21 Jun 2009 19:12:24 +0000 (+0300) Subject: Fix leftover from the old code. X-Git-Tag: 7.3.0~32^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=153d40c7259a0b973a53bf8f28cdf839eb2a39e4;p=debhelper.git Fix leftover from the old code. Signed-off-by: Modestas Vainius --- diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 8266fa0..5a04d4e 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -70,7 +70,7 @@ sub not_our_cfg { my $ret; if (open(my $cfg, $this->get_buildpath(".pydistutils.cfg"))) { $ret = not "# Created by dh_auto\n" eq <$cfg>; - close DISTUTILSCFG; + close $cfg; } return $ret; }