osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/66/36766/1
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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/36766?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: I52df1da96a1848c5a4c054bb6bc9584074e9c35e
Gerrit-Change-Number: 36766
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange