osmith has uploaded this change for review.
ttcn3: fix permissions before running make clean
Change-Id: I3928bea4e4743c4fa0c82ca1fe2e963a0580a68e
---
M ttcn3/ttcn3.sh
1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/64/36764/1
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.