From 7e64ea7d121c4c0d0e5a239d31fb8f5fcde2d532 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 4 Dec 2001 00:31:11 +0000 Subject: added && to 'done' in the for loop git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1361 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/creatingdirs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter03') diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index 0ca0f7efd..10d6cc437 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -32,7 +32,7 @@ Issuing the following commands will create a default directory layout:    mkdir dict doc info locale man nls misc terminfo zoneinfo    cd $dirname/share/man    mkdir man{1,2,3,4,5,6,7,8} -done +done && cd $LFS/var && mkdir -p lock log mail run spool tmp opt cache lib/misc local && cd $LFS/opt && -- cgit v1.2.3-54-g00ecf