osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/36764?usp=email )
Change subject: ttcn3: fix permissions before running make clean ......................................................................
ttcn3: fix permissions before running make clean
Change-Id: I3928bea4e4743c4fa0c82ca1fe2e963a0580a68e --- M ttcn3/ttcn3.sh 1 file changed, 11 insertions(+), 0 deletions(-)
Approvals: osmith: Looks good to me, approved; Verified
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh index d665e84..f3d3b7c 100755 --- a/ttcn3/ttcn3.sh +++ b/ttcn3/ttcn3.sh @@ -28,6 +28,8 @@ "$DIR_VAR_LOCAL"
if [ -d "$DIR_OSMODEV/src/osmo-ttcn3-hacks" ]; then + sudo chown -R "$(id -u):$(id -g)" \ + "$DIR_OSMODEV/src/osmo-ttcn3-hacks" make -C "$DIR_OSMODEV/src/osmo-ttcn3-hacks" clean fi