grep: fix gnulib patch path

This commit is contained in:
Lucy Phipps 2021-09-09 12:21:30 +01:00
parent c497f3c601
commit 9de93e07bc
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
1 changed files with 3 additions and 3 deletions

View File

@ -18,10 +18,10 @@ index a39102957..b3c7e6d28 100644
-e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
-e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
-e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
diff --git a/lib/strerror_r.c b/lib/strerror_r.c
diff --git a/gnulib-tests/strerror_r.c b/gnulib-tests/strerror_r.c
index f0244520b..90043c223 100644
--- a/lib/strerror_r.c
+++ b/lib/strerror_r.c
--- a/gnulib-tests/strerror_r.c
+++ b/gnulib-tests/strerror_r.c
@@ -34,33 +34,26 @@
#include "strerror-override.h"