From dd637ac4e2cc9b1e700ee76d64d2fcd6e80d0539 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 15 Oct 2017 02:39:28 +0000 Subject: We do not need to move test and [ to /bin git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index c2e3d9447..b03e3e62a 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -151,7 +151,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8 following programs in /bin, so make sure they are placed there: -mv -v /usr/bin/{head,sleep,nice,test,[} /bin +mv -v /usr/bin/{head,sleep,nice} /bin -- cgit v1.2.3-54-g00ecf