Commit 9dfb712d authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Update scripts/ahisto-ocr

parent 1aadcc23
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ set -e

BASE="$(dirname "$(readlink -f "$0")")"
AHISTO_OCR="$BASE"/..
CACHE="$BASE"/scripts/.ahisto-ocr_tmp
CACHE="$BASE"/.ahisto-ocr_tmp
VIRTUALENV="$CACHE"/virtualenv-$(hostname)

if ! [ -e "$VIRTUALENV" ]