From 6780926e3315c989d61044e4c71e3fee4ad73a2f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 10 Nov 2002 22:46:28 +0000 Subject: ensure "common" is imported to have N() --- perl-install/standalone/harddrake2 | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 850f840d2..72385a07a 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -2,6 +2,7 @@ use lib qw(/usr/lib/libDrakX); use standalone; +use common; use harddrake::ui; if ("@ARGV" =~ /--help|-h/) { -- cgit v1.2.1