mit der Umleitung nach dev/null wird nicht ausgedruckt
authorHolger Lindemann <hli@lx-system.de>
Fri, 3 Apr 2009 09:17:07 +0000 (09:17 +0000)
committerHolger Lindemann <hli@lx-system.de>
Fri, 3 Apr 2009 09:17:07 +0000 (09:17 +0000)
bin/mozilla/io.pl

index 70f0611..c2f789a 100644 (file)
@@ -1505,7 +1505,8 @@ sub print_form {
   delete $form->{OUT};
 
   if ($form->{media} eq 'printer') {
-    $form->{OUT} = "| $form->{printer_command} &>/dev/null";
+    #$form->{OUT} = "| $form->{printer_command} &>/dev/null";
+    $form->{OUT} = "| $form->{printer_command} ";
     $form->{printed} .= " $form->{formname}";
     $form->{printed} =~ s/^ //;
   }