# HG changeset patch # User Paul Boddie # Date 1610835048 -3600 # Node ID c09f21715d8d3d7b7202abb34c462c611cac9e1e # Parent 9105804e323af1f40443bd1f6777637da82e5617# Parent e008adfba7bd82ed9c4fd52958307af60e28f409 Merged changes from the default branch. diff -r 9105804e323a -r c09f21715d8d tools/show_updated.sh --- a/tools/show_updated.sh Sat Jan 16 23:00:45 2021 +0100 +++ b/tools/show_updated.sh Sat Jan 16 23:10:48 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