diff options
Diffstat (limited to 'bib-add')
| -rwxr-xr-x | bib-add | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ awk -f "$LIB/bib-parse.awk" -f "$LIB/bib-lskeys.awk" "$tmp" > "$tmpkeys" if [ -f "$db" ]; then dups=$(awk -f "$LIB/bib-parse.awk" -f "$LIB/bib-lskeys.awk" "$db" \ - | grep -Fxf "$tmpkeys") || dups= + | grep -Fxf "$tmpkeys") if [ -n "$dups" ]; then if [ "$force" -eq 1 ]; then # rewrite the database without the entries being replaced |