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

Change-Id: Ib921d7c5cb2c628f3eca8d5c886375f3288e1dd6
This commit is contained in:
Vadim Yanitskiy 2021-03-16 16:06:04 +01:00
parent c91f6c4df5
commit a8d37628a0
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ fi
set -x
OSMO_TTCN3_BRANCH=$1
PROJECT=$2
shift
cd /osmo-ttcn3-hacks
@ -37,4 +37,4 @@ for i in ttcn3-*-start.sh ttcn3-*-stop.sh; do
ln -sv "/osmo-ttcn3-hacks/$i" "/$i"
done
make "$PROJECT"
make $@