Fixed a small issue when procesing the Spanish book translation.

This commit is contained in:
Manuel Canales Esparcia 2005-10-16 10:00:52 +00:00
parent daedcfccad
commit 741fbe5641

2
jhalfs
View file

@ -293,7 +293,7 @@ get_book() {
fi
# Set the canonical book version
cd $JHALFSDIR
VERSION=`grep "ENTITY version" $BOOK/general.ent | sed -e 's@<!ENTITY version "@@' -e 's@">@@'`
VERSION=`grep "ENTITY version " $BOOK/general.ent | sed -e 's@<!ENTITY version "@@' -e 's@">@@'`
}
extract_commands() {