diff options
author | damien <damien@mandriva.com> | 2001-10-30 17:00:05 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-10-30 17:00:05 +0000 |
commit | 82e852dc8303b7459c98d0ed9472174157892ca4 (patch) | |
tree | 82e729e501681577cb4c7401358a35881bff00e7 /perl-install/standalone | |
parent | 46461619d83670b14ae8eec4018df15fe1170ff4 (diff) | |
download | drakx-82e852dc8303b7459c98d0ed9472174157892ca4.tar drakx-82e852dc8303b7459c98d0ed9472174157892ca4.tar.gz drakx-82e852dc8303b7459c98d0ed9472174157892ca4.tar.bz2 drakx-82e852dc8303b7459c98d0ed9472174157892ca4.tar.xz drakx-82e852dc8303b7459c98d0ed9472174157892ca4.zip |
updated
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakautoinst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index cb2edbcb3..e77ad99d3 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -70,7 +70,7 @@ for (my $f = $st->{first}; $f; $f = $st->{$f}{next}) { $in->ask_from(_("Automatic Steps Configuration"), _("Please choose for each step whether it will replay like your install, or it will be manual"), \@choices - );# or quit_global($in, 0); + ); or quit_global($in, 0); ${$_->[1]} eq _('manual') and push @manual_steps, $_->[0] foreach @all_steps; @@ -359,6 +359,9 @@ sub control_buttons { #------------------------------------------------- #- $Log$ +#- Revision 1.12 2001/10/30 17:00:05 damien +#- updated +#- #- Revision 1.11 2001/10/26 13:45:11 damien #- progress bar hack #- |