Skip to content

Commit 01010b7

Browse files
committed
move from /bin/bash to /usr/bin/env bash
1 parent d97c915 commit 01010b7

16 files changed

+16
-16
lines changed

unittest/fading_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
22
#
33
# Generate fading files used for channel simulation
44

unittest/ofdm_fade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
22
#
33
# David June 2019
44
# Tests 700D OFDM modem fading channel performance, using a simulated channel

unittest/ofdm_fade_dpsk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
22
#
33
# David Sep 2019
44
# Tests 2020 OFDM modem fading channel performance in DPSK mode, using a simulated faster (2Hz) high SNR fading channel

unittest/ofdm_phase_est_bw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
22
#
33
# ofdm_phase_est_bw.sh
44
# David August 2019

unittest/ofdm_time_sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Shell script version of ofdm_time_sync()
33
# David June 2019
44
# Tests ofdm modem sync time, using real, off air files

unittest/ota_auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
22
# ota_auto.sh
33
#
44
# Run a single automated test and log results

unittest/ota_last.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# Present summary info from the n-th latest OTA HF data test
44

unittest/ota_summary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# Summarise tests to date
44

unittest/ota_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# ota_test.sh
33
#
44
# Automated Over The Air (OTA) data test for FreeDV OFDM HF data modems

unittest/ota_voice_auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
22
# ota_voice_auto.sh
33
#
44
# Run a single automated voice test, files are put in a time stamped directory, and summarised in single line

0 commit comments

Comments
 (0)