From 052cbc6efb0e6387d214f760383c86f0bddd73e4 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Thu, 18 Jul 2002 23:38:11 +0000 Subject: [PATCH] EOF on wrong line git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@33 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/sysutils/which.xml | 3 +-- index.xml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/general/sysutils/which.xml b/general/sysutils/which.xml index 62e3a725ed..7ac560b927 100644 --- a/general/sysutils/which.xml +++ b/general/sysutils/which.xml @@ -19,8 +19,7 @@ but doesn't spawn a shell. The second option is to create a simple script: -cat > /usr/bin/which << -"EOF" +cat > /usr/bin/which << "EOF" #!/bin/bash type -p "$@" EOF diff --git a/index.xml b/index.xml index b0c2f67864..14f6857a7b 100644 --- a/index.xml +++ b/index.xml @@ -2,8 +2,8 @@ - + +