From 2475dc023060e5e6ae66bfc0b11b36947207127f Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Mon, 29 Jul 2024 21:29:34 -0400 Subject: [PATCH] Fix missing quotes in libregex.c This library can be installed to a path with spaces, so all instances of the prefix must be quoted. Though Autoconf does not support paths with spaces and will not be able to use such installations. --- contrib/libregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libregex.c b/contrib/libregex.c index 14b41bd..019ca57 100644 --- a/contrib/libregex.c +++ b/contrib/libregex.c @@ -23,7 +23,7 @@ rm -f "$PREFIX/lib/libregex.a" ${AR:-ar} -r "$PREFIX/lib/libregex.a" libregex.o mkdir -p "$PREFIX/include" -tee >nul $PREFIX/include/regex.h <nul "$PREFIX/include/regex.h" <