]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/python_distutils.pm
Merge commit 'remotes/modestas/buildsystems' into buildsystems
[debhelper.git] / Debian / Debhelper / Buildsystem / python_distutils.pm
index 8266fa0b5a3ac4a04014b9f8c25cdc7e40332eab..5a04d4e60a737b6cadc7a21e946c862db939d142 100644 (file)
@@ -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;
 }