# HG changeset patch # User Pascal Bellard # Date 1484124502 -3600 # Node ID 5f49b3b43a33df4524384037985e9dee969ac896 # Parent 51cc6bdeac6645d32f900e9a727c6d01bba5c424 tazlito: normalize file time (again), thanks Aleksej diff -r 51cc6bdeac66 -r 5f49b3b43a33 tazlito --- a/tazlito Sun Jan 08 14:30:02 2017 +0100 +++ b/tazlito Wed Jan 11 09:48:22 2017 +0100 @@ -508,7 +508,7 @@ cd $1 # Normalize file time - find $1 -newer $1 -exec touch -r $1 {} \; + find $1 -newer $1 -exec touch -hr $1 {} \; # Link duplicate files deduplicate