From 02a2ae320fcfd69b562974ddfec209bb891a5606 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 9 Dec 2009 16:49:39 +0000 Subject: fix crash introduced by r263663 (blino, 2009-11-24) (was: "do not stay chdired in /mnt/var/cache/urpmi when download fails (workaround urpmi bug) 'do not stay chdired in /mnt/var/cache/urpmi'") --- perl-install/install/NEWS | 1 + perl-install/install/http.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 16d821d3a..63bff51a1 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- fix crash introduced by 'do not stay chdired in /mnt/var/cache/urpmi' - locale setting o fix configuring ibus (#56130) - partitioning wizard: diff --git a/perl-install/install/http.pm b/perl-install/install/http.pm index c98a4184d..caea04c3d 100644 --- a/perl-install/install/http.pm +++ b/perl-install/install/http.pm @@ -2,6 +2,7 @@ package install::http; # $Id$ use urpm::download; use common; +use Cwd; # to be killed once callers got fixed sub close() { -- cgit v1.2.1