From 75e795a113bbd056e32eba14d505e0cea50a8984 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Thu, 30 Jan 2003 04:04:56 +0000 Subject: [PATCH] Remove stray ampersands. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kernel-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index c1858d59e..55f1482e5 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -26,7 +26,7 @@ to ensure all files are owned by user root. In the kernel source, the path to the pwd program is hard-wired as /bin/pwd. Create a symlink to account for that: -ln -s /static/bin/pwd /bin/pwd && +ln -s /static/bin/pwd /bin/pwd Prepare for header installation: