* gl/build-aux/bootstrap.in (require_buildreq_patch): Fix a typo.
* bootstrap: Regenerate.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
# 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
'
# 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
'