tarticlesearch: fix update if dirs are symlinks - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing | |
git clone git://src.adamsgaard.dk/scholarref | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 4e10517d20e0ddb90203fd7186c656a48f6eb43a | |
parent 691d2472068e55a6ee45bea238faf2e6e9dc4c99 | |
Author: Anders Damsgaard | |
Date: Mon, 12 Apr 2021 10:45:10 +0200 articlesearch: fix update if dirs are symlinks Diffstat: M articlesearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/articlesearch b/articlesearch | |
t@@ -2,7 +2,7 @@ set -e # List of directory paths that contain PDFs -dir="$HOME/articles $HOME/books" +dir="$HOME/articles/ $HOME/books/" cachedir="$HOME/.cache" cachefile="$cachedir/articlesearch" |