Skip to content

Commit 6325907

Browse files
author
Renuka Apte
committed
Fix typo in prepare_dom0.sh
Change-Id: I9ad4ff3f9490822428e12eadd454fe2c51affa71
1 parent ed11195 commit 6325907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xen/prepare_dom0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if ! which git; then
3535
fi
3636

3737
# Clone devstack
38-
DEVSTACK=${DEVSTACKROOT:/root/devstack}
38+
DEVSTACK=${DEVSTACKROOT:-"/root/devstack"}
3939
if [ ! -d $DEVSTACK ]; then
4040
git clone git://github.com/openstack-dev/devstack.git $DEVSTACK
4141
fi

0 commit comments

Comments
 (0)