From 18fe25c1a3e4e7502ed120a5855fffc964b00c38 Mon Sep 17 00:00:00 2001 From: Lusheng Date: Thu, 9 Mar 2017 15:03:47 +0000 Subject: fixing quote Change-Id: Icac07ff66abd1405e7436fc1ca9725d40e24dc94 Signed-off-by: Lusheng --- script-dmaapbc-docker-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-dmaapbc-docker-build.sh b/script-dmaapbc-docker-build.sh index 3d7647c..903dd64 100755 --- a/script-dmaapbc-docker-build.sh +++ b/script-dmaapbc-docker-build.sh @@ -24,7 +24,7 @@ fi IMAGE='openecomp/dcae_dmaapbc' -VERSION=$(xpath -e "//project/version/text()" "pom.xml") +VERSION=$(xpath -e '//project/version/text()' 'pom.xml') EXT=$(echo "$VERSION" | rev | cut -s -f1 -d'-' | rev) if [ -z "$EXT" ]; then VERSION=$(echo "${VERSION}-STAGING") -- cgit 1.2.3-korg