From cb7813f5b7ee00c29bbc59dc3bc36380d4ae351a Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 7 May 2010 00:45:20 +0100 Subject: Fixed typo in publications generation --- bibtotxt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bibtotxt.sh') diff --git a/bibtotxt.sh b/bibtotxt.sh index 3b7a24e..2e584b7 100755 --- a/bibtotxt.sh +++ b/bibtotxt.sh @@ -18,7 +18,7 @@ for uri in `roqet -q -e 'SELECT ?s WHERE { ?s a ?o }" -D $rdf |sed -e 's/result: \[o=string("//' -e 's/")]//'` echo "- [${title}](${reluri})" - echo " [[PDF]](${shorturi}.pdf) (${artdate})" + echo " [[PDF]](${reluri}.pdf) (${artdate})" echo " *[${journaltitle}](${journaluri})*" echo " [${stat}]" done -- cgit v1.2.3