diff options
author | Yves Duret <yduret@mandriva.com> | 2001-04-06 01:59:53 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-04-06 01:59:53 +0000 |
commit | 4268b72bf073eda941f1955662be9bf5439d304a (patch) | |
tree | ae57a28c75eee6fe0d4bbd70b0791b1259115edb /perl-install/bootlook.pm | |
parent | d9f7b675d6135c9f9e929cb7170ce45f1a21ee53 (diff) | |
download | drakx-4268b72bf073eda941f1955662be9bf5439d304a.tar drakx-4268b72bf073eda941f1955662be9bf5439d304a.tar.gz drakx-4268b72bf073eda941f1955662be9bf5439d304a.tar.bz2 drakx-4268b72bf073eda941f1955662be9bf5439d304a.tar.xz drakx-4268b72bf073eda941f1955662be9bf5439d304a.zip |
minor fix
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r-- | perl-install/bootlook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 9a9dc56e6..b777925f7 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -45,7 +45,7 @@ if ($::isEmbedded) { print "CCPID : $::CCPID\n"; } -my $in = interactive->vnew('su'); +my $in = interactive::vnew('su'); local $_ = join '', @ARGV; /-h/ and die _("no help implemented yet.\n"); |