aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-03-09 15:03:47 +0000
committerLusheng <lji@research.att.com>2017-03-09 15:03:47 +0000
commit18fe25c1a3e4e7502ed120a5855fffc964b00c38 (patch)
treeab9573a8d0a7742f300f17264f8c031b5b3ffb71
parent1fee5acf843c5af5b178132f69e5b8a16e10dab2 (diff)
fixing quote
Change-Id: Icac07ff66abd1405e7436fc1ca9725d40e24dc94 Signed-off-by: Lusheng <lji@research.att.com>
-rwxr-xr-xscript-dmaapbc-docker-build.sh2
1 files changed, 1 insertions, 1 deletions
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")