dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/34040 )
Change subject: pySim-trace_test: fix shebang line ...................................................................... pySim-trace_test: fix shebang line Related: OS#6094 Change-Id: Ib2d3a4659f5db9772ddcd9a4ae73c04fec1070fc --- M tests/pySim-trace_test.sh 1 file changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/40/34040/1 diff --git a/tests/pySim-trace_test.sh b/tests/pySim-trace_test.sh index 0ec5e0f..40c5db6 100755 --- a/tests/pySim-trace_test.sh +++ b/tests/pySim-trace_test.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash PYSIM_TRACE=../pySim-trace.py GSMTAP_TRACE=pySim-trace_test_gsmtap.pcapng -- To view, visit https://gerrit.osmocom.org/c/pysim/+/34040 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: Ib2d3a4659f5db9772ddcd9a4ae73c04fec1070fc Gerrit-Change-Number: 34040 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]> Gerrit-MessageType: newchange
