From: wahidw Date: Fri, 17 Apr 2020 04:03:47 +0000 (+0000) Subject: Syntax error in build UT script X-Git-Tag: 0.6.0~9 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=16deaad48e40b5b714d02e3063ddb0ab1c372925;p=ric-plt%2Frtmgr.git Syntax error in build UT script Change-Id: Id8d733b39bf1d265449cf3d596b5e1de26ef55c3 Signed-off-by: wahidw --- diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index f23b9cb..c81f9f6 100755 --- a/build-rtmgr-ubuntu.sh +++ b/build-rtmgr-ubuntu.sh @@ -48,7 +48,7 @@ git clone "https://gerrit.o-ran-sc.org/r/ric-plt/appmgr" \ && cp appmgr/api/appmgr_rest_api.yaml api/ \ && rm -rf appmgr -cp -r curdir/* /tmp/go/src/routing-manager/. +cp -r $curdir/* /tmp/go/src/routing-manager/. cd /tmp/go/src/routing-manager