aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/bash.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-09-15 11:33:01 +0800
committerXi Ruoyao <xry111@xry111.site>2022-09-15 11:33:01 +0800
commite0108450049b11f291d519fa89a59f5ca1816530 (patch)
tree7621eb0d04340a65b7396c66558cd6b900be3083 /chapter08/bash.xml
parent78817e1b263b5a29afd8fdb843b03b2ff1191b32 (diff)
Revert "bash: document egrep warnings in tests"
This reverts commit 395eb462ba1fc1835ec9b6018f4427f41d78fa00. Not needed as grep is "patched". Note that I'm still against "patching" grep. All the complains for the warnings are from only several people and IMO the complains are not valid. But as bdubbs has made the decision let's keep it for now and review after some time...
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r--chapter08/bash.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index a994999ec..4ea981d5b 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -87,10 +87,6 @@ lassign [wait] _ _ _ value
exit $value
EOF</userinput></screen>
- <para>Several tests invoke the obsolete <command>egrep</command>
- command and trigger a warning. These warnings
- should be ignored.</para>
-
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>