Fixed an erroneous commands rebuild when the user language isn't English.

This commit is contained in:
Manuel Canales Esparcia 2005-12-09 17:54:48 +00:00
parent 7ced71eec4
commit f4a4ba52ac

2
jhalfs
View file

@ -162,7 +162,7 @@ get_book() {
# sources.
if [ -d lfs-$LFSVRS ] ; then
cd lfs-$LFSVRS
if svn up | grep -q At && test -d $JHALFSDIR/commands && \
if LC_ALL=C svn up | grep -q At && test -d $JHALFSDIR/commands && \
test -f $JHALFSDIR/packages && test -f $JHALFSDIR/patches ; then
echo -ne "done\n"
# Set the canonical book version