diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-03 02:38:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-03 02:38:22 +0000 |
commit | b304545f357ff9afcf45617ebd801f3d5a4c3055 (patch) | |
tree | 8d4dd5ffe80ca76d8f0b11a0a21bf582beb4b12d /chapter06 | |
parent | ae18b8779a37f8a3eaf0ac6cc41ee46b1a9777bd (diff) |
Remove unneeded ampersands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 2c1b26654..aa064a7c5 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -53,7 +53,7 @@ later than all other files to prevent a <command>make</command> error:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; && +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; touch Makefile.in</userinput></screen> <note> |