From ad83f72ad8ff3782a03c2bbd97cd746f908c9166 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Tue, 24 Jul 2007 14:48:14 +0000 Subject: Remove extraneous && in chained commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 14208e3c1..ba08418f3 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -37,7 +37,7 @@ If you downloaded the Bash documentation tarball and wish to install HTML documentation, issue the following commands: -tar -xvf ../bash-doc-&bash-doc-version;.tar.gz && +tar -xvf ../bash-doc-&bash-doc-version;.tar.gz sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ Makefile.in -- cgit v1.2.3-54-g00ecf