projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a3336
)
Überflüssiges Leerzeichen entfernen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 23 Apr 2012 11:28:08 +0000
(13:28 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 23 Apr 2012 11:28:08 +0000
(13:28 +0200)
scripts/installation_check.pl
patch
|
blob
|
history
diff --git
a/scripts/installation_check.pl
b/scripts/installation_check.pl
index
520b4f1
..
def8590
100755
(executable)
--- 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');