From: Moritz Bunkus Date: Mon, 23 Apr 2012 11:28:08 +0000 (+0200) Subject: Überflüssiges Leerzeichen entfernen X-Git-Tag: release-3.0.0beta1~343^2~5^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=09fd90f8c997485a21359f078145a08b75110d32;p=kivitendo-erp.git Überflüssiges Leerzeichen entfernen --- diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 520b4f1c2..def85906c 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -50,7 +50,7 @@ $| = 1; if ($check{r}) { print_header('Checking Required Modules'); check_module($_, required => 1) for @SL::InstallationCheck::required_modules; - print_header('Standard check for required modules done. See additional parameters for more checks (-- help)') if $default_run; + print_header('Standard check for required modules done. See additional parameters for more checks (--help)') if $default_run; } if ($check{o}) { print_header('Checking Optional Modules');