From 8729e695dfd4e0e908ce9c5e10fa738bfc6cffb8 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Thu, 20 Jun 2002 20:42:35 +0000 Subject: [PATCH] Missed an exclamation point!!! --- C4/Print.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Print.pm b/C4/Print.pm index 84e3a51526..f20e523541 100644 --- a/C4/Print.pm +++ b/C4/Print.pm @@ -23,7 +23,7 @@ sub remoteprint { if ($queue eq "" || $queue eq 'nulllp') { open (PRINTER,">/tmp/kohaiss"); } else { - open(PRINTER, "| lpr -P $queue") or die "Couldn't write to queue:$queue\n"; + open(PRINTER, "| lpr -P $queue") or die "Couldn't write to queue:$queue!\n"; } # print $queue; #open (FILE,">/tmp/$file"); -- 2.39.5