osmith has uploaded this change for review.
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 change 36766. To unsubscribe, or for help writing mail filters, visit settings.