Index: enter_chroot.sh |
diff --git a/enter_chroot.sh b/enter_chroot.sh |
index 00aca4ca2d49c0ace89454fe4f127ae63609de25..f1c0267c3483071978cc2f8f3edec6c72c5d8044 100755 |
--- a/enter_chroot.sh |
+++ b/enter_chroot.sh |
@@ -276,7 +276,7 @@ REVISION=$(git rev-parse --short=8 HEAD) |
CHROOT_PASSTHRU="CHROMEOS_REVISION=$REVISION BUILDBOT_BUILD=$FLAGS_build_number CHROMEOS_OFFICIAL=$CHROMEOS_OFFICIAL" |
if [ -d "$HOME/.subversion" ]; then |
# Bind mounting .subversion into chroot |
- echo "mounting ~/.subversion into chroot" |
+ echo >&2 "mounting ~/.subversion into chroot" |
MOUNTED_PATH="$(readlink -f "${FLAGS_chroot}/home/${USER}/.subversion")" |
if [ -z "$(mount | grep -F "on $MOUNTED_PATH ")" ]; then |
mkdir -p "$MOUNTED_PATH" |