diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-28 19:31:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-28 19:31:46 +0000 |
commit | 5c44cd26d07829d993edc203004ecfc307a8b06e (patch) | |
tree | 6ca36b5b05f2a97641b54b32c332d39606ed8732 | |
parent | 34cdc2249d76d164fa03fe3e1d088cefe2a3f5dc (diff) | |
parent | a41569f7be9ee801a03cc3e8e7d695748261116d (diff) |
Merge "Fix whitespace issue in vgw of vcpe"
-rw-r--r-- | vnfs/vCPE/scripts/v_gw_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |