From 16deaad48e40b5b714d02e3063ddb0ab1c372925 Mon Sep 17 00:00:00 2001 From: wahidw Date: Fri, 17 Apr 2020 04:03:47 +0000 Subject: [PATCH] Syntax error in build UT script Change-Id: Id8d733b39bf1d265449cf3d596b5e1de26ef55c3 Signed-off-by: wahidw --- build-rtmgr-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6