From decc04b2943f91731388a6409235e800c3c92bba Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Sat, 21 Sep 2013 18:26:19 -0700 Subject: [PATCH] Run veewee using 'bundler exec' Signed-off-by: Hugo Trippaers --- tools/appliance/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index f01cff6d281..61ee7936e67 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -33,9 +33,9 @@ rootdir=$PWD bundle # Clean and start building the appliance -veewee vbox destroy $appliance -veewee vbox build $appliance --nogui --auto -veewee vbox halt $appliance +bundle exec veewee vbox destroy $appliance +bundle exec veewee vbox build $appliance --nogui --auto +bundle exec veewee vbox halt $appliance while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]]; do