From a1a0b32bd79df2c7392fad53dfbc22ab5ef0578d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 1 Apr 2008 17:12:12 +0200 Subject: [PATCH] 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. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 3bfc5d1fb9..94d89215b3 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. -- 2.47.3