From 42be962fe918bc5f92af922c159ce13ec19fb049 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 11 May 2015 19:23:54 +0000 Subject: [PATCH] * fix for linux --- build-data/build-data-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-data/build-data-import.sh b/build-data/build-data-import.sh index ff6d7b2d..f55979eb 100755 --- a/build-data/build-data-import.sh +++ b/build-data/build-data-import.sh @@ -4,7 +4,7 @@ for DUMP in "omdb.zip" "tvdb.zip" "anidb.gz" "osdb.gz" do if [ ! -f "$DUMP" ]; then - touch -a -m -t 197001010000.00 "$DUMP" + touch -a -m -d '1970-01-01 0:00:00' "$DUMP" fi done