--- loncom/interface/printout.pl	2009/09/27 03:13:06	1.142.6.1
+++ loncom/interface/printout.pl	2009/11/17 01:13:51	1.142.6.2
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc.
 #
-# $Id: printout.pl,v 1.142.6.1 2009/09/27 03:13:06 raeburn Exp $
+# $Id: printout.pl,v 1.142.6.2 2009/11/17 01:13:51 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -171,7 +171,7 @@ Your cookie information is incorrect.
 </body>
 </html>
 END
-    return;
+    exit;
 }
 
 my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')};