From: Gary V. Vaughan Date: Thu, 25 Oct 2012 13:40:57 +0000 (+0000) Subject: bootstrap: fix a typo in a find invocation. X-Git-Tag: v2.4.2.418~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bbf8236dd9ba78c6237b6b1989744060f52fe51;p=thirdparty%2Flibtool.git bootstrap: fix a typo in a find invocation. * gl/build-aux/bootstrap.in (require_buildreq_patch): Fix a typo. * bootstrap: Regenerate. Signed-off-by: Gary V. Vaughan --- diff --git a/bootstrap b/bootstrap index 76fcc066b..656f15224 100755 --- a/bootstrap +++ b/bootstrap @@ -3340,7 +3340,7 @@ func_require_buildreq_patch () # The ugly find invocation is necessary to exit with non-zero # status for old find binaries that don't support -exec fully. if test ! -d "$local_gl_dir" \ - || find "$local_gl_dir" -name *.diff -exec false {} +; then : + || find "$local_gl_dir" -name *.diff -exec false {} \; ; then : else func_append buildreq 'patch - http://www.gnu.org/s/patch ' diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in index a0cb11f1d..130c5f7c1 100755 --- a/gl/build-aux/bootstrap.in +++ b/gl/build-aux/bootstrap.in @@ -1150,7 +1150,7 @@ func_require_buildreq_patch () # The ugly find invocation is necessary to exit with non-zero # status for old find binaries that don't support -exec fully. if test ! -d "$local_gl_dir" \ - || find "$local_gl_dir" -name *.diff -exec false {} +; then : + || find "$local_gl_dir" -name *.diff -exec false {} \; ; then : else func_append buildreq 'patch - http://www.gnu.org/s/patch '