From 598c472b7372e908fcf3a9d19463d3c8b4b3b0bd Mon Sep 17 00:00:00 2001 From: Leo Simons Date: Fri, 25 Jul 2014 15:15:01 +0200 Subject: [PATCH] CLOUDSTACK-7143: remove erroneous backticks The backticks in the Vagrantfile template were getting evaluated by bash. This caused some harmless but confusing error messages to appear on running the build. Easy fix is to remove them. --- tools/appliance/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index 96caf78ea5e..2d611c44b53 100755 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -467,9 +467,9 @@ function vagrant_export() { cp "${disk}" "box/${appliance_build_name}/box.ovf" cat >box/${appliance_build_name}/Vagrantfile <