Fixed a typo in JDK, reported by William Harrington.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4136 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-11 17:21:04 +00:00
parent 22f5cee32d
commit 4859a7f848
2 changed files with 6 additions and 1 deletions

View File

@ -337,7 +337,7 @@ AUTO_CLASSPATH_DIR=/usr/lib/classpath
if [ -z ${CLASSPATH} ]; then
CLASSPATH=.:${AUTO_CLASSPATH_DIR}
else
CLASSPATH="${CLASSPATH}:.:${AUTO_CLASSPATH_DIR}
CLASSPATH="${CLASSPATH}:.:${AUTO_CLASSPATH_DIR}"
fi
# Check for empty AUTO_CLASSPATH_DIR

View File

@ -24,6 +24,11 @@
<itemizedlist>
<listitem>
<para>May 11th, 2005 [manuel]: Fixed a typo in JDK, reported
by William Harrington.</para>
</listitem>
<listitem>
<para>May 11th, 2005 [randy]: Updated all the GNOME-2 core package
instructions to the GNOME 2.10.1 release. Many of the additional