[Commits] [svn:einsteintoolkit] www/documentation/licenses/ (Rev. 1621)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Tue Jun 21 15:30:01 CDT 2016


User: knarf
Date: 2016/06/21 03:30 PM

Modified:
 /documentation/licenses/
  parse_citations.pl

Log:
 Perl likes more escapes :)

File Changes:

Directory: /documentation/licenses/
===================================

File [modified]: parse_citations.pl
Delta lines: +1 -1
===================================================================
--- documentation/licenses/parse_citations.pl	2016-06-21 20:18:06 UTC (rev 1620)
+++ documentation/licenses/parse_citations.pl	2016-06-21 20:30:01 UTC (rev 1621)
@@ -7,7 +7,7 @@
   my ($filter) = @_;
   # create bib file
   my $command = "../../bibtex/parse_bibtex.pl --input=../../manifest/einsteintoolkit.bib --filter=$filter";
-  `$command | sed -e 's/~/\\~{}/g' > $tmpfile`;
+  `$command | sed -e 's/~/\\\\~{}/g' > $tmpfile`;
   # get bibtex key list
   my $keys = `$command --showkey=$filter`;
   # generate preliminary html



More information about the Commits mailing list