diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-08-09 09:35:37 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-08-09 09:35:37 +0000 |
commit | 990265bd38aeccab96c09e5224256443016e33b5 (patch) | |
tree | d0d054329d3b6d3ae7db658e7893a5ac9b2bd17f /perl-install/standalone/drakboot | |
parent | ab7a56256478e8d97c8e5c94e899ab4f182f10c6 (diff) | |
download | drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.gz drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.bz2 drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.tar.xz drakx-backup-do-not-use-990265bd38aeccab96c09e5224256443016e33b5.zip |
use vnew the right way everywhere
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index d0c718ded..4b8abde3c 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -20,7 +20,7 @@ local $_ = join '', @ARGV; $::expert = /-expert/; -my $in = interactive->vnew('su', 'bootloader'); +my $in = 'interactive'->vnew('su', 'bootloader'); require 'bootlook.pm' if ref($in) =~ /gtk/; lilo_choice(); |