aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index ae2c584df..a3d9b9cbe 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,8 @@
2006-07-11 David Shaw <[email protected]>
+ * tar-ustar.m4: Not all greps know the -q (quiet) flag, so
+ redirect to /dev/null instead.
+
* tar-ustar.m4: Pass tar data through strings so that greps that
don't grep in binary files (Solaris) can detect the string. Noted
by Mark Davies.