Update of /cvsroot/refdb/refdb/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24744
Modified Files:
Tag: Release_0_9_5_stable
runbib.in
Log Message:
do not issue an error if the .aux file does not contain citations
Index: runbib.in
===================================================================
RCS file: /cvsroot/refdb/refdb/scripts/runbib.in,v
retrieving revision 1.14.2.5
retrieving revision 1.14.2.6
diff -u -U2 -r1.14.2.5 -r1.14.2.6
--- runbib.in 13 Dec 2004 19:55:22 -0000 1.14.2.5
+++ runbib.in 2 Jan 2006 22:38:16 -0000 1.14.2.6
@@ -313,5 +313,5 @@
$mysort $filename | $myuniq | $myrefdbib $databaseopt $encodingopt $useropt $passwdopt $iparg -S $style -t bibtex > $basename.bib
if [ $? -ne 0 ]; then
- exit 1
+ echo "No references retrieved from $filename"
fi
fi
|