From: Matthew Davis Date: Wed, 22 Aug 2018 00:49:50 +0000 (+1000) Subject: Fix whitespace issue in vgw of vcpe X-Git-Tag: 1.3.0~62^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a41569f7be9ee801a03cc3e8e7d695748261116d;hp=144aad41ce8ff8c491a95cd26d12647122642ff6;p=demo.git Fix whitespace issue in vgw of vcpe The extra space means that the script throws an error (But continues anyway). Also that the variable is set to an empty string. Issue-ID: DCAEGEN2-724 Change-Id: Ib568da17ebf307da1e72e22d1f52331031c4412d Signed-off-by: Matthew Davis --- diff --git a/vnfs/vCPE/scripts/v_gw_build.sh b/vnfs/vCPE/scripts/v_gw_build.sh index c8348e41..17b45db6 100644 --- a/vnfs/vCPE/scripts/v_gw_build.sh +++ b/vnfs/vCPE/scripts/v_gw_build.sh @@ -6,7 +6,7 @@ VPP_SOURCE_REPO_RELEASE_TAG=$(cat /opt/config/vpp_source_repo_release_tag.txt) HC2VPP_SOURCE_REPO_URL=$(cat /opt/config/hc2vpp_source_repo_url.txt) HC2VPP_SOURCE_REPO_RELEASE_TAG=$(cat /opt/config/hc2vpp_source_repo_release_tag.txt) CLOUD_ENV=$(cat /opt/config/cloud_env.txt) -ERROR_MESSAGE= "Execution of vGbuild script failed. Reason:" +ERROR_MESSAGE="Execution of vGbuild script failed. Reason:" # Download required dependencies echo "deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/java.list