aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-16 21:13:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-06-16 21:13:07 +0000
commit590d4cbe1d1cb3d419bcd940e4773dc5c0be3b01 (patch)
treed9a3b3fda28d7937f3e24535689e7bbcf0c7d417
parent76a706e9bdeaf6e424f36d3f28cd661b15be241d (diff)
Remove duplicate line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/vim.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 4d84df75f..2f91d5c33 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -77,7 +77,7 @@
<screen><userinput remap="test">su nobody -s /bin/bash -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
-<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>
+<!--<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>-->
<para>The test suite outputs a lot of binary data to the screen. This can
cause issues with the settings of the current terminal. The problem can be