| Index: src/scripts/enter_chroot.sh
 | 
| diff --git a/src/scripts/enter_chroot.sh b/src/scripts/enter_chroot.sh
 | 
| index 31734a9aed6d9d6a42ab246dd9b0a60c23a7c5f6..a132cc20913b099378db6c95debc802d0394f00e 100755
 | 
| --- a/src/scripts/enter_chroot.sh
 | 
| +++ b/src/scripts/enter_chroot.sh
 | 
| @@ -140,7 +140,7 @@ CHROOT_PASSTHRU="CHROMEOS_REVISION=$REVISION BUILDBOT_BUILD=$FLAGS_build_number
 | 
|  # the source trunk for scripts that may need to print it (e.g.
 | 
|  # build_image.sh).
 | 
|  sudo chroot "$FLAGS_chroot" sudo -i -u $USER $CHROOT_PASSTHRU \
 | 
| -  EXTERNAL_TRUNK_PATH="${FLAGS_trunk}" "$@"
 | 
| +  EXTERNAL_TRUNK_PATH="${FLAGS_trunk}" LANG=C "$@"
 | 
|  
 | 
|  # Remove trap and explicitly unmount
 | 
|  trap - EXIT
 | 
| 
 |