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/http.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/http.pm') 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