From 6ad962732ebc656fde6c13e415f13ae96ee81747 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 29 Mar 2002 12:38:41 +0000 Subject: move export LFS command to be on its own line git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/aboutlfs.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index 2e5305129..f49d2868b 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -18,8 +18,9 @@ commands entered in a shell, or in a file edited or created. A possible solution is to set the environment variable LFS. This way $LFS can be entered literally instead of replacing it with -/mnt/lfs. This is accomplished by running export -LFS=/mnt/lfs. +/mnt/lfs. This is accomplished by running: + +export LFS=/mnt/lfs Now, if you are told to run a command like ./configure --prefix=$LFS you can type that literally. Your shell will -- cgit v1.2.3-54-g00ecf