Fixed a small issue when procesing the Spanish book translation.
This commit is contained in:
parent
daedcfccad
commit
741fbe5641
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -293,7 +293,7 @@ get_book() {
|
||||||
fi
|
fi
|
||||||
# Set the canonical book version
|
# Set the canonical book version
|
||||||
cd $JHALFSDIR
|
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() {
|
extract_commands() {
|
||||||
|
|
Reference in a new issue