From 5144fd39c57fa6018b92de33e5b4651a1470344a Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 27 Jan 2002 04:22:40 +0000 Subject: [PATCH] minor layout change (cat >~filename -> cat > ~filename) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/installasuser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index 4512bd5e4..fa746fc42 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -27,7 +27,7 @@ the normal way through the console or the display manager, or with su - lfs. When you're working as user "lfs", type the following commands to setup a good environment to work in: -cat >~/.bash_profile <<"EOF" +cat > ~/.bash_profile <<"EOF" #!/bin/sh umask 022