mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
EOF on wrong line
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@33 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cd70e8b876
commit
052cbc6efb
@ -19,8 +19,7 @@ but
|
||||
doesn't spawn a shell.</para>
|
||||
|
||||
<para>The second option is to create a simple script:</para>
|
||||
<para><screen><userinput>cat > /usr/bin/which <<
|
||||
"EOF"</userinput>
|
||||
<para><screen><userinput>cat > /usr/bin/which << "EOF"</userinput>
|
||||
#!/bin/bash
|
||||
type -p "$@"
|
||||
<userinput>EOF
|
||||
|
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "20020716">
|
||||
<!ENTITY releasedate "July 16th, 2002">
|
||||
<!ENTITY version "20020718">
|
||||
<!ENTITY releasedate "July 18th, 2002">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||
|
Loading…
Reference in New Issue
Block a user