[LON-CAPA-cvs] cvs: loncom /interface printout.pl
raeburn
raeburn at source.lon-capa.org
Mon Mar 9 15:07:09 EDT 2015
raeburn Mon Mar 9 19:07:09 2015 EDT
Modified files:
/loncom/interface printout.pl
Log:
- Remove trailing white space.
Index: loncom/interface/printout.pl
diff -u loncom/interface/printout.pl:1.159 loncom/interface/printout.pl:1.160
--- loncom/interface/printout.pl:1.159 Fri Feb 28 19:20:06 2014
+++ loncom/interface/printout.pl Mon Mar 9 19:07:09 2015
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc.
#
-# $Id: printout.pl,v 1.159 2014/02/28 19:20:06 bisitz Exp $
+# $Id: printout.pl,v 1.160 2015/03/09 19:07:09 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -933,7 +933,7 @@
# Spaces are problematic for system commands and LaTeX, replace with _
- $eps_f =~ s/ /\_/g;
+ $eps_f =~ s/ /\_/g;
#
# If the file is already an .eps or .ps file (eps_f still has the original
More information about the LON-CAPA-cvs
mailing list