Author: bdubbs
Date: 2005-09-19 11:59:28 -0600 (Mon, 19 Sep 2005)
New Revision: 5089
Modified:
trunk/BOOK/postlfs/config/profile.xml
Log:
Fix quotes in extraprompt.sh
Modified: trunk/BOOK/postlfs/config/profile.xml
===================================================================
--- trunk/BOOK/postlfs/config/profile.xml 2005-09-19 15:48:07 UTC (rev
5088)
+++ trunk/BOOK/postlfs/config/profile.xml 2005-09-19 17:59:28 UTC (rev
5089)
@@ -342,7 +342,7 @@
url="http://rtfm.etla.org/xterm/ctlseq.html"/>.</para>
<screen role="root"><userinput>cat > /etc/profile.d/extra-prompt.sh
<< "EOF"
-<literal>PROMPT_COMMAND="echo -ne '[EMAIL PROTECTED] : ${PWD}\e[0m\a'"
+<literal>PROMPT_COMMAND='echo -ne "[EMAIL PROTECTED] : ${PWD}\e[0m\a"'
export PROMPT_COMMAND</literal>
EOF</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page