From 1f3f918e633fdb593f15782c986d408562a5f7b7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 21 Sep 2006 23:04:36 +0000 Subject: Make the spacing consistent for redirecting to a here-document. Thanks to Peter Ennis for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-db.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/man-db.xml') diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 482ae7a17..82b374447 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -57,7 +57,7 @@ sed -i 's,\*_\*,??,' man/Makefile.in The third change accounts for programs that Man-DB should be able to find at runtime, but that haven't been installed yet: -cat >>include/manconfig.h.in <<"EOF" +cat >> include/manconfig.h.in << "EOF" #define WEB_BROWSER "exec /usr/bin/lynx" #define COL "/usr/bin/col" #define VGRIND "/usr/bin/vgrind" @@ -119,7 +119,7 @@ EOF during the system build, for public data, we will not bother with error checking, nor use a non-predictable temporary file name. -cat >>convert-mans <<"EOF" +cat >> convert-mans << "EOF" #!/bin/sh -e FROM="$1" TO="$2" -- cgit v1.2.3-54-g00ecf