diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d8a6c8018..0658bb12c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -80,7 +80,6 @@ Continue at your own risk."), $@ ]) if $@; sub errorInStep($$) { print "error :(\n"; c::_exit(1) } sub kill_action {} -sub set_help { 1 } #-###################################################################################### #- Steps Functions |