[Commits] [svn:einsteintoolkit] www/info/citing/ (Rev. 417)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Sat Nov 20 23:33:21 CST 2010


User: knarf
Date: 2010/11/20 11:33 PM

Modified:
 /info/citing/
  parse_citations.pl

Log:
 fix typo in script

File Changes:

Directory: /info/citing/
========================

File [modified]: parse_citations.pl
Delta lines: +1 -1
===================================================================
--- info/citing/parse_citations.pl	2010-11-21 05:27:19 UTC (rev 416)
+++ info/citing/parse_citations.pl	2010-11-21 05:33:21 UTC (rev 417)
@@ -5,7 +5,7 @@
 my $tmpfile = "/tmp/ET-citations.bib";
 
 # create bib file
-my $command = "../../bibtex/parse_bibtex.pl --input ../../manifest/einsteintoolkit.bib --filter=required-for";
+my $command = "../../bibtex/parse_bibtex.pl --input=../../manifest/einsteintoolkit.bib --filter=required-for";
 `$command > $tmpfile`;
 # get bibtex key list
 my $keys = `$command --showkey=required-for`;



More information about the Commits mailing list