Fixed an erroneous commands rebuild when the user language isn't English.
This commit is contained in:
parent
7ced71eec4
commit
f4a4ba52ac
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -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
|
||||
|
|
Reference in a new issue