laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23374 )

Change subject: ttcn3-docker-prepare.sh: fix handling of multiple PROJECTs
......................................................................

ttcn3-docker-prepare.sh: fix handling of multiple PROJECTs

Change-Id: Ib921d7c5cb2c628f3eca8d5c886375f3288e1dd6
---
M debian-stretch-titan/ttcn3-docker-prepare.sh
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/debian-stretch-titan/ttcn3-docker-prepare.sh 
b/debian-stretch-titan/ttcn3-docker-prepare.sh
index a5cbc91..e4144e2 100755
--- a/debian-stretch-titan/ttcn3-docker-prepare.sh
+++ b/debian-stretch-titan/ttcn3-docker-prepare.sh
@@ -11,7 +11,7 @@

 set -x
 OSMO_TTCN3_BRANCH=$1
-PROJECT=$2
+shift

 cd /osmo-ttcn3-hacks

@@ -37,4 +37,4 @@
        ln -sv "/osmo-ttcn3-hacks/$i" "/$i"
 done

-make "$PROJECT"
+make $@

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23374
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib921d7c5cb2c628f3eca8d5c886375f3288e1dd6
Gerrit-Change-Number: 23374
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to