diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 01:25:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 01:25:00 +0000 |
commit | 3401eeed7427026c5354496bdbbdcfc6f18b38b3 (patch) | |
tree | 423c658f22e69b91e263044ed9848499f5e1172d /perl-install/install_steps.pm | |
parent | dc9ba01917bf001fe0d5975f167cbb0ded79aa11 (diff) | |
download | drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.gz drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.bz2 drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.tar.xz drakx-3401eeed7427026c5354496bdbbdcfc6f18b38b3.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d48c29a39..7495445cc 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -72,7 +72,7 @@ Continue at your own risk."), $@ ]) if $@; sub errorInStep($$) { print "error :(\n"; exit 1 } sub kill_action {} - +sub set_help { 1 } #-###################################################################################### #- Steps Functions |