osmith has uploaded this change for review. (
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(-)
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
https://gerrit.osmocom.org/c/osmo-dev/+/36764?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I3928bea4e4743c4fa0c82ca1fe2e963a0580a68e
Gerrit-Change-Number: 36764
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange