]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: fix a typo in a find invocation.
authorGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 13:40:57 +0000 (13:40 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 13:42:22 +0000 (13:42 +0000)
* gl/build-aux/bootstrap.in (require_buildreq_patch): Fix a typo.
* bootstrap: Regenerate.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
gl/build-aux/bootstrap.in

index 76fcc066b07993aeb59405253fafe4883d26cbf6..656f152242259587b7d54c39c657198ef0fb20d7 100755 (executable)
--- 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
 '
index a0cb11f1d14790547dff204f789a5d7a67e9ae64..130c5f7c1c6159e3035fe519f291835adc9e4a0b 100755 (executable)
@@ -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
 '