osmith submitted this change.

View Change


Approvals: osmith: Looks good to me, approved; Verified
ttcn3: fix permissions before running make clean

Change-Id: I3928bea4e4743c4fa0c82ca1fe2e963a0580a68e
---
M ttcn3/ttcn3.sh
1 file changed, 11 insertions(+), 0 deletions(-)

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


To view, visit change 36764. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I3928bea4e4743c4fa0c82ca1fe2e963a0580a68e
Gerrit-Change-Number: 36764
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged