summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update_timestamps.sh1
1 files changed, 1 insertions, 0 deletions
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' ')";