From 8f2a9950b95d651b47cec5a03f0b4c0e16d81a61 Mon Sep 17 00:00:00 2001 From: Raja Aluri Date: Wed, 17 Nov 2010 15:03:00 -0800 Subject: [PATCH] passing CHROMEOS_RELEASE_APPID to the PASSTHRU list into chroot Change-Id: Ib5296eb4d3eea6d2430cde04d855ccbefd507bf4 BUG= TEST= Review URL: http://codereview.chromium.org/5132002 --- enter_chroot.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/enter_chroot.sh b/enter_chroot.sh index c256e33037..606eaf51a6 100755 --- a/enter_chroot.sh +++ b/enter_chroot.sh @@ -278,10 +278,8 @@ setup_env # Use git:8 chars of sha1 REVISION=$(cd ${FLAGS_trunk}/src/scripts ; git rev-parse --short=8 HEAD) CHROOT_PASSTHRU="CHROMEOS_REVISION=$REVISION BUILDBOT_BUILD=$FLAGS_build_number CHROMEOS_OFFICIAL=$CHROMEOS_OFFICIAL" - -# Adding OEM AU APPID to CHROOT_PASSTHRU -CHROOT_PASSTHRU="CHROMEOS_RELEASE_APPID=${CHROMEOS_RELEASE_APPID:-"{DEV-BUILD}"}\ - ${CHROOT_PASSTHRU}" +CHROOT_PASSTHRU="${CHROOT_PASSTHRU} \ +CHROMEOS_RELEASE_APPID=${CHROMEOS_RELEASE_APPID:-"{DEV-BUILD}"}" if [ -d "$HOME/.subversion" ]; then # Bind mounting .subversion into chroot