[Commits] [svn:einsteintoolkit] www/documentation/licenses/ (Rev. 1620)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Tue Jun 21 15:18:06 CDT 2016
User: knarf
Date: 2016/06/21 03:18 PM
Modified:
/documentation/licenses/
parse_citations.pl
Log:
protect tilde
File Changes:
Directory: /documentation/licenses/
===================================
File [modified]: parse_citations.pl
Delta lines: +1 -1
===================================================================
--- documentation/licenses/parse_citations.pl 2016-06-17 19:14:29 UTC (rev 1619)
+++ documentation/licenses/parse_citations.pl 2016-06-21 20:18:06 UTC (rev 1620)
@@ -7,7 +7,7 @@
my ($filter) = @_;
# create bib file
my $command = "../../bibtex/parse_bibtex.pl --input=../../manifest/einsteintoolkit.bib --filter=$filter";
- `$command > $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