From 7bbf8236dd9ba78c6237b6b1989744060f52fe51 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 25 Oct 2012 13:40:57 +0000 Subject: [PATCH] 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 --- bootstrap | 2 +- gl/build-aux/bootstrap.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ' -- 2.47.3