summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-25 13:40:57 +0000
committerGary V. Vaughan <gary@gnu.org>2012-10-25 13:42:22 +0000
commit7bbf8236dd9ba78c6237b6b1989744060f52fe51 (patch)
treec12c29c37162e40d6886fa5424e28524e7840bbf /bootstrap
parent90152bb184f1ff60ebb510189371a1a06f1c2b4f (diff)
downloadlibtool-7bbf8236dd9ba78c6237b6b1989744060f52fe51.tar.gz
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 <gary@gnu.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 76fcc066..656f1522 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
'