changeset 818:87ebc3d2a067

Eliminate a stupid warning that GNU find produces. (Works fine either way, but it's noisy.)
author Rob Landley <rob@landley.net>
date Thu, 10 Sep 2009 22:20:58 -0500
parents a6cb42614a1d
children da1ebb2e22d3
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Wed Sep 02 23:37:16 2009 -0500
+++ b/sources/functions.sh	Thu Sep 10 22:20:58 2009 -0500
@@ -104,7 +104,7 @@
   PREVIOUS=
   (cd "$STAGE_DIR" || dienow
    # Note $WORK/$PACKAGE != $CURSRC here for renamed packages like gcc-core.
-   find . -newer "$WORK/$PACKAGE/FWL-TIMESTAMP" -depth \
+   find . -depth -newer "$WORK/$PACKAGE/FWL-TIMESTAMP" \
      | sed -e 's/^.//' -e 's/^.//' -e '/^$/d'
   ) | while read i
   do