Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp
[kivitendo-erp.git] / scripts / installation_check.pl
index 0e6a6c5..9a28c03 100755 (executable)
@@ -29,7 +29,7 @@ sub check {
 
   my @source_texts = source_texts($module);
   local $" = $/;
-  print <<EOL;
+  print STDERR <<EOL;
 +-----------------------------------------------------------------------------+
   $module->{fullname} could not be loaded.
 
@@ -57,7 +57,7 @@ EOL
   push @texts, <<EOL if $module->{debian};
   - On Debian, Ubuntu and other distros you can install it with apt-get:
       sudo apt-get install $module->{debian}
-    Note these may be out of date as well if you system is old.
+    Note: These may be out of date as well if your system is old.
 EOL
  # TODO: SuSE and Fedora packaging. Windows packaging.