From 6d1ba6a1c923849a06756fe42f610571e70b94e2 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 9 Oct 2022 17:34:19 +0200 Subject: update_timestamps.sh: Ignore inexistent files Signed-off-by: Alejandro Colomar --- scripts/update_timestamps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update_timestamps.sh b/scripts/update_timestamps.sh index d9731d0db..9e1dc2ea4 100755 --- a/scripts/update_timestamps.sh +++ b/scripts/update_timestamps.sh @@ -10,6 +10,7 @@ git diff --name-only $(git describe --abbrev=0)..HEAD \ +|xargs find 2>/dev/null \ |while read f; do date="$(git log --format=%ci -1 -- $f | cut -f1 -d' ')"; -- cgit v1.2.3