X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FvCPE%2Fscripts%2Fv_brgemu_build.sh;h=5701740e574d0c0d381a83942b9975c2bbb1a005;hb=refs%2Fchanges%2F61%2F93161%2F2;hp=072a5509cada39a3da858c71c36adc4a90d3c33b;hpb=cda9d563ef843be5f80ce5755cb291c68dc6e3e8;p=demo.git diff --git a/vnfs/vCPE/scripts/v_brgemu_build.sh b/vnfs/vCPE/scripts/v_brgemu_build.sh index 072a5509..5701740e 100644 --- a/vnfs/vCPE/scripts/v_brgemu_build.sh +++ b/vnfs/vCPE/scripts/v_brgemu_build.sh @@ -35,7 +35,7 @@ cdr2mask () { yes y | make install-dep # Check vpp build status - if [[$? -ne 0]] + if [[ $? -ne 0 ]] then echo $ERROR_MESSAGE 'Reason: VPP build failed' > /opt/script_status.txt exit @@ -46,7 +46,7 @@ cdr2mask () { make V=0 PLATFORM=vpp TAG=vpp install-deb # Check vpp/build-root build status - if [[$? -ne 0]] + if [[ $? -ne 0 ]] then echo $ERROR_MESSAGE 'Reason: vpp/build-root build failed' > /opt/script_status.txt exit @@ -56,7 +56,7 @@ cdr2mask () { dpkg -i *.deb # Check vpp package installation status - if [[$? -ne 0]] + if [[ $? -ne 0 ]] then echo $ERROR_MESSAGE 'Reason: VPP package installation failed' > /opt/script_status.txt exit @@ -183,7 +183,7 @@ EOF mvn clean install # Check hc2vpp build status - if [[$? -ne 0]] + if [[ $? -ne 0 ]] then echo $ERROR_MESSAGE 'Reason: hc2vpp build failed' > /opt/script_status.txt exit