diff options
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 |