osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/36766?usp=email )
Change subject: ttcn3.sh: prepare_local_bin: always copy scripts ......................................................................
ttcn3.sh: prepare_local_bin: always copy scripts
Always copy ttcn3-docker-run.sh from docker-playground.git, so we don't use an outdated version if the file has changed.
Change-Id: I52df1da96a1848c5a4c054bb6bc9584074e9c35e --- M ttcn3/ttcn3.sh 1 file changed, 12 insertions(+), 3 deletions(-)
Approvals: osmith: Looks good to me, approved; Verified
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh index f3d3b7c..780a4ba 100755 --- a/ttcn3/ttcn3.sh +++ b/ttcn3/ttcn3.sh @@ -297,9 +297,6 @@ esac
script_path_localbin="$DIR_USR_LOCAL/bin/$name_install" - if [ -x "$script_path_localbin" ]; then - continue - fi
install -v -Dm755 "$script" "$script_path_localbin" done