aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/git-checkout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/git-checkout.sh')
-rwxr-xr-xscripts/git-checkout.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh
index aec1aad963..dd6c74efdd 100755
--- a/scripts/git-checkout.sh
+++ b/scripts/git-checkout.sh
@@ -30,7 +30,7 @@ set -e
cd $DIR
# is this qemu-xen-traditional?
if test -f $ROOT/xen-setup; then
- $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS
+ QEMU_ROOT=$ROOT $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS
# is this qemu-xen?
elif test -f $ROOT/configure; then
cd $ROOT