From f4a4ba52aceed54cd63c4691b725081273ef938e Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 9 Dec 2005 17:54:48 +0000 Subject: [PATCH] Fixed an erroneous commands rebuild when the user language isn't English. --- jhalfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhalfs b/jhalfs index 37bd771..4ddaabd 100755 --- a/jhalfs +++ b/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