From: Jim Meyering Date: Tue, 1 Apr 2008 15:12:12 +0000 (+0200) Subject: bootstrap: make find's -depth option be the first. X-Git-Tag: v6.11~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1a0b32bd79df2c7392fad53dfbc22ab5ef0578d;p=platform%2Fupstream%2Fcoreutils.git bootstrap: make find's -depth option be the first. * bootstrap [dangling symlink removal]: Move find's -depth option to precede all others, to avoid a warning. --- diff --git a/bootstrap b/bootstrap index 3bfc5d1..94d8921 100755 --- a/bootstrap +++ b/bootstrap @@ -558,7 +558,7 @@ fi # unusual case in which a symlinked-to .m4 file is git-removed from gnulib # between successive runs of this script. find "$m4_base" "$source_base" \ - -name '*.m4' -depth -type l -xtype l -delete > /dev/null 2>&1 + -depth -name '*.m4' -type l -xtype l -delete > /dev/null 2>&1 # Reconfigure, getting other files.