1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

* Makefile.maint (patch-check): Fix shell quoting.

This commit is contained in:
Jim Meyering
2006-12-21 11:05:16 +01:00
parent 2d4cd37758
commit a828a78563
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2006-12-21 Jim Meyering <jim@meyering.net>
* Makefile.maint (patch-check): Fix shell quoting.
2006-12-20 Jim Meyering <jim@meyering.net>
"rm -rf /etc/motd" (run by non-root) now prints a diagnostic.
+2 -2
View File
@@ -338,8 +338,8 @@ patch-check:
$(MAKE) -C src-c89 CFLAGS='-Wdeclaration-after-statement -Werror' \
|| msg='compile failure with extra options'; \
rm -rf src-c89 $@.1 $@.2; \
test $$msg = ok && : || echo "$$msg" 1>&2; \
test $$msg = ok
test "$$msg" = ok && : || echo "$$msg" 1>&2; \
test "$$msg" = ok
# Ensure that date's --help output stays in sync with the info
# documentation for GNU strftime. The only exception is %N,