From 09fd90f8c997485a21359f078145a08b75110d32 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 23 Apr 2012 13:28:08 +0200 Subject: [PATCH] =?utf8?q?=C3=9Cberfl=C3=BCssiges=20Leerzeichen=20entferne?= =?utf8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- scripts/installation_check.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.20.1