# HG changeset patch # User Paul Boddie # Date 1610835043 -3600 # Node ID e008adfba7bd82ed9c4fd52958307af60e28f409 # Parent d58099373644bbf2a9b00fad9f01264eea9bd899 Compare directory trees regardless of relative timestamps. diff -r d58099373644 -r e008adfba7bd tools/show_updated.sh --- a/tools/show_updated.sh Tue Jan 12 00:22:55 2021 +0100 +++ b/tools/show_updated.sh Sat Jan 16 23:10:43 2021 +0100 @@ -10,7 +10,7 @@ exit 1 fi -for FILENAME in `find "$PACKAGE" -newer "$BASEDIR/$PACKAGE" -type f` ; do +for FILENAME in `find "$PACKAGE" -type f` ; do if [ `basename "$FILENAME"` != `basename "$FILENAME" .orig` ] ; then continue fi