Adjust shell scripts to allow Bash in other locations
authorBrad Smith <brad@comstyle.com>
Sat, 25 Feb 2023 05:53:06 +0000 (00:53 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Feb 2023 18:51:20 +0000 (13:51 -0500)
Linux-based OS for the most part provide Bash and being located in /bin,
but on other OS's the shell would be in another location. Utilize env(1)
and allow it to be located elsewhere.

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I9d4d4a3feaf993754c64b740ea91e42b336ba2b4

137 files changed:
tests/benchmark/hashtable_1_seconds.tap
tests/benchmark/hashtable_30_seconds.tap
tests/benchmark/hashtable_3_seconds.tap
tests/benchmark/run-urcu-tests.sh
tests/benchmark/runhash.sh
tests/benchmark/runtests-batch.sh
tests/benchmark/runtests.sh
tests/benchmark/urcu_1_seconds.tap
tests/benchmark/urcu_30_seconds.tap
tests/benchmark/urcu_3_seconds.tap
tests/regression/test_rcutorture_urcu_bp_perf_global.tap
tests/regression/test_rcutorture_urcu_bp_perf_global_cxx.tap
tests/regression/test_rcutorture_urcu_bp_perf_percpu.tap
tests/regression/test_rcutorture_urcu_bp_perf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_bp_perf_perthread.tap
tests/regression/test_rcutorture_urcu_bp_perf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_bp_rperf_global.tap
tests/regression/test_rcutorture_urcu_bp_rperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_bp_rperf_percpu.tap
tests/regression/test_rcutorture_urcu_bp_rperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_bp_rperf_perthread.tap
tests/regression/test_rcutorture_urcu_bp_rperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_bp_stress_global.tap
tests/regression/test_rcutorture_urcu_bp_stress_global_cxx.tap
tests/regression/test_rcutorture_urcu_bp_stress_percpu.tap
tests/regression/test_rcutorture_urcu_bp_stress_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_bp_stress_perthread.tap
tests/regression/test_rcutorture_urcu_bp_stress_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_bp_uperf_global.tap
tests/regression/test_rcutorture_urcu_bp_uperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_bp_uperf_percpu.tap
tests/regression/test_rcutorture_urcu_bp_uperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_bp_uperf_perthread.tap
tests/regression/test_rcutorture_urcu_bp_uperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_mb_perf_global.tap
tests/regression/test_rcutorture_urcu_mb_perf_global_cxx.tap
tests/regression/test_rcutorture_urcu_mb_perf_percpu.tap
tests/regression/test_rcutorture_urcu_mb_perf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_mb_perf_perthread.tap
tests/regression/test_rcutorture_urcu_mb_perf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_mb_rperf_global.tap
tests/regression/test_rcutorture_urcu_mb_rperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_mb_rperf_percpu.tap
tests/regression/test_rcutorture_urcu_mb_rperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_mb_rperf_perthread.tap
tests/regression/test_rcutorture_urcu_mb_rperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_mb_stress_global.tap
tests/regression/test_rcutorture_urcu_mb_stress_global_cxx.tap
tests/regression/test_rcutorture_urcu_mb_stress_percpu.tap
tests/regression/test_rcutorture_urcu_mb_stress_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_mb_stress_perthread.tap
tests/regression/test_rcutorture_urcu_mb_stress_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_mb_uperf_global.tap
tests/regression/test_rcutorture_urcu_mb_uperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_mb_uperf_percpu.tap
tests/regression/test_rcutorture_urcu_mb_uperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_mb_uperf_perthread.tap
tests/regression/test_rcutorture_urcu_mb_uperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_perf_global.tap
tests/regression/test_rcutorture_urcu_membarrier_perf_global_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_perf_percpu.tap
tests/regression/test_rcutorture_urcu_membarrier_perf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_perf_perthread.tap
tests/regression/test_rcutorture_urcu_membarrier_perf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_rperf_global.tap
tests/regression/test_rcutorture_urcu_membarrier_rperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_rperf_percpu.tap
tests/regression/test_rcutorture_urcu_membarrier_rperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_rperf_perthread.tap
tests/regression/test_rcutorture_urcu_membarrier_rperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_stress_global.tap
tests/regression/test_rcutorture_urcu_membarrier_stress_global_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_stress_percpu.tap
tests/regression/test_rcutorture_urcu_membarrier_stress_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_stress_perthread.tap
tests/regression/test_rcutorture_urcu_membarrier_stress_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_uperf_global.tap
tests/regression/test_rcutorture_urcu_membarrier_uperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_uperf_percpu.tap
tests/regression/test_rcutorture_urcu_membarrier_uperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_membarrier_uperf_perthread.tap
tests/regression/test_rcutorture_urcu_membarrier_uperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_perf_global.tap
tests/regression/test_rcutorture_urcu_qsbr_perf_global_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_perf_percpu.tap
tests/regression/test_rcutorture_urcu_qsbr_perf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_perf_perthread.tap
tests/regression/test_rcutorture_urcu_qsbr_perf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_rperf_global.tap
tests/regression/test_rcutorture_urcu_qsbr_rperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_rperf_percpu.tap
tests/regression/test_rcutorture_urcu_qsbr_rperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_rperf_perthread.tap
tests/regression/test_rcutorture_urcu_qsbr_rperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_stress_global.tap
tests/regression/test_rcutorture_urcu_qsbr_stress_global_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_stress_percpu.tap
tests/regression/test_rcutorture_urcu_qsbr_stress_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_stress_perthread.tap
tests/regression/test_rcutorture_urcu_qsbr_stress_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_uperf_global.tap
tests/regression/test_rcutorture_urcu_qsbr_uperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_uperf_percpu.tap
tests/regression/test_rcutorture_urcu_qsbr_uperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_qsbr_uperf_perthread.tap
tests/regression/test_rcutorture_urcu_qsbr_uperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_signal_perf_global.tap
tests/regression/test_rcutorture_urcu_signal_perf_global_cxx.tap
tests/regression/test_rcutorture_urcu_signal_perf_percpu.tap
tests/regression/test_rcutorture_urcu_signal_perf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_signal_perf_perthread.tap
tests/regression/test_rcutorture_urcu_signal_perf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_signal_rperf_global.tap
tests/regression/test_rcutorture_urcu_signal_rperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_signal_rperf_percpu.tap
tests/regression/test_rcutorture_urcu_signal_rperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_signal_rperf_perthread.tap
tests/regression/test_rcutorture_urcu_signal_rperf_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_signal_stress_global.tap
tests/regression/test_rcutorture_urcu_signal_stress_global_cxx.tap
tests/regression/test_rcutorture_urcu_signal_stress_percpu.tap
tests/regression/test_rcutorture_urcu_signal_stress_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_signal_stress_perthread.tap
tests/regression/test_rcutorture_urcu_signal_stress_perthread_cxx.tap
tests/regression/test_rcutorture_urcu_signal_uperf_global.tap
tests/regression/test_rcutorture_urcu_signal_uperf_global_cxx.tap
tests/regression/test_rcutorture_urcu_signal_uperf_percpu.tap
tests/regression/test_rcutorture_urcu_signal_uperf_percpu_cxx.tap
tests/regression/test_rcutorture_urcu_signal_uperf_perthread.tap
tests/regression/test_rcutorture_urcu_signal_uperf_perthread_cxx.tap
tests/unit/test_get_cpu_mask_from_sysfs
tests/unit/test_get_cpu_mask_from_sysfs_cxx
tests/unit/test_get_max_cpuid_from_sysfs
tests/unit/test_get_max_cpuid_from_sysfs_cxx
tests/utils/env.sh.in
tests/utils/tap.sh
tests/utils/utils.sh

index e6d363c70258502f9e3837844034f8b1f6fcc9cc..d71cc3f43877a57cc826551aebb494bff50efb76 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ab809beaaff04f74da3e50a5d18ece9265e7850e..49ad0e6a8755f592adc24f456187eacf1b0e3faf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 73b536e16159c5116d19fb7b9c727b3434621633..c63618b3705d88ca3b8b64ac9f78ced405241aba 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index cb8205459c8043f88f3624381e7911fc6ecfad0d..f06fa1ecfa6834dea0d2a83ed9db7858c142ad18 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 8bbac0024188ecf8ea4ae04e23f24161c3181252..c3f42ebe327bb231e9a7bf503afe4ac6117ecec9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 55650234f4268b229b50350e1cadd1f8a1bbd8d1..93af6d4596d055422ceed26f6b96aefa7e093c5e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index cfc0bacb59e43f26c2acae165a3a48213ea2f7cb..5b0c2ed78b4b26666a68acfb0ddcbc5d9433b3a0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index c7223f8f1a47527246b0564bb58c385092dbe96f..8d229bfbb365193e8661f8942b15b8e2e85690ed 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 63595b9b356901fc05a183c4a857972094af4f3d..da8aae1c5d3154ee90f5f96f3914843eaa4da038 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 4ceee7e8c1f7596e9bc277820da331caf917e3ba..0ec6ebb508d7e15baa58c5afa362c85b0f204996 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index c39c731838361e331c410de93c2c6999353bf300..96a640d8e7a95e5951b9d739440266c63864fae5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 274ed4725c6e3525ad1712a7a755322f18bea8c3..9c324bd71c5d33528b3a46e3cdc5e322211746ff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index f6e7763b586cc96af664acae0115aca321905be2..f697116305e48adc090f85ffa3d53d199847e60c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index e2086b4fe18bd5e057790208daf8fb71e444ae38..e30d6f5f2765a8a3a225bab4eb806336b97f8f86 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 9baa0a9c9783fc274dc916c1eef3e44b475b6495..f18dc8c4fd87e5d1a7f0cc9bbb52d9aa086be99c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 3ac1093b80753764288b0b7bcf621b956ed23bee..54c09ec0412cd28ee5929fea661a86ffa4099e6b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index b33afc084ac1e0ebf3d1af734900fde0f4b996c6..c003127c0d8ef24054cd46185d7d98af7f41fbcd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index c93a9b2d0d521bdc773ec0fb61ee95a739a9d129..4109798aceba49126f95a9b32052d64be1f5012e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ff776bca2026b083d6e2bdfbc62feed83d918b6b..96d36745ddb459514ae3188c0415e2ea885cc2ca 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 492c30c6c0a9aa08efdf01462b677e9e49b357e1..9ce9e9f6ba0ccdcdfb5bd623fb523754553050c7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 73dc02cb454a05d89ec3514b453579fbe642187a..9635caab22782a61ff9ff8cdcb78443fd5377fed 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 7d38a355dafc77464007435dc3b981cb3500125b..66668fe42c60e20b9e84cba1251ef0cebb4a337f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ffd0bd952a744ca6aed7f85538f81caa93dda21c..1fad3ac8296e0df37e07510e82dc755bf61071d8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index fc4ab461bbdcda88071ebf65f8b0d6f9ecd7f35f..f807630d3911adbaa65896ad73f5fa13e1c79f7c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index a53e7b4f76b75855f222f62bc6d80c374d81edb4..b4daa595302b32af60208d6d1a61f41e2aa64e75 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 6e223411c29056260402374edb8572f20aae3270..84d0a4a5183ab62a010dd19048f6e15b86447288 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 9748a1aad4631edabaacf78939aa9cf5d14677b8..440327bd5dcefa4d574b4b1118184c312430b7b3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index f56f1a1af1d41e169230630683d83762022ad866..05df988ed32f844f107c7464bcd582bfdeb7bd1b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 7aa01d57b374bd7804e9fa065eb3130fa80e7090..fa908a92c4272062872fd30ed48ef24cc116dca1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index adf532a853a5e965edfc6a5e23e1782be00c211a..550049f045e675a4cb26778235ef639bfc259a23 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 821639ff15e308d5455115baf6b7bb080e990d78..0a84e686b51d941bb2108657f69803a743e8af5d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 1b1092d4e49b966591fc5d3ad43d636f13c8edbb..2231c002b2bb78ec7384c5c280f8eb228acbd5dc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 5c3f6cd1fd1b4cb6d06acf48677bd943f13a9df6..a33820f4e8631a765b60c6ef4cf280803022466a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index eecedb7d3bdd2f9affb0df5a81fec59ef09115c3..3ef20d9828c880426803e4fb34febdcb88a4ac5b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index d353d6563c39774b2f9fe7ddc72d27cab51527fa..f0f3370d2eef98732f0749c9101e2542f0882d69 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 3ece3ae69c996595efd0f20c5a1887df14718f09..416dc310234dbac1f3e2819c0adce42e5abbc879 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 54c747274a707defe55dbfd0fa9708f5407bd5ab..6a6c0ee85224741c2f5e9e6447026f9744f39e6b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 6db6af2904d5e92f2fa2a86f8282e197195217ea..ffb2e930da4be86b990206c74c2a13bb2bfb6e8a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 88fedc2ec74c66993c477b4da4c8a6d7de435ca4..898629e80b614516fffccb5a654bb788036e5790 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 625bc453ace3ce3041bab617f3c6f52660b09fb9..718da74b1c8aef9b47a3a0a0b8568b27fc223475 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 9085fdb5666b1eadbd8e160808629f508800bbd1..61543ea659cc3e3553dd74871d4e1c7f4fdfbb9c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 628ee15d74d09af0f09c9ce9c0ec73a50d03cbd3..379ae651a0d1447e1300fae16b25b9639dc71df1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 01661ace3e309a6b4fa376d2896068b4ee03609f..5fdca8adedfe9967c9a22afb7848d99dc61ad104 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index e99b276e3b8fce8a738eaf29ad3606604fbb472a..c153c78d21828686bc680daaf5ef5062d2cc4735 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 63a12eecb287700ed04e605dbc49a9efef061cd1..254d171697fc8b3c785cb536cd73b238f51160cd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index d541d0b480e5636a12f28dc106193c3435e64146..0f1cb64ddd6708f324e0bceb116acef449a6b2d1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ca506cd417ac5c598b33d572a1fad4ec547397dc..a07fcecb16a238137babd2e2fca67cfd8aca440b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index f0d351e1031513eeaf229974f894b670c8cf7996..a896058d2e45671ee69746987bafd881b23a619d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index bdb0773b418dc551d8f9913fc86d16a1d92522d0..bf1f9d12434690110d4774ef7007ef42739aaa90 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 4e2e239c7547e07f0070ab9601b1e212dbc80b17..67135dcbe9f4ff12afc501d0ca0b5316d05c26fd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 41e7e02c3c0c46280e3ec392d2f1b3289bb9c0ea..73a6f04dd26467c57185bd6eb2dc758da8ee476c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 65721214c1ef4ae1ff7657d4cd14e1ef2688cd5a..520960d6b740fd7b0260e3ec53e7bd8596ef4e5a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 511cce6bf0e4e2b79dd52d5d8d410157a6558f64..2455a487fdf025e3b92ba2ad5632ded4d476ad70 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 16d497368d478321b92afdfff1eaf1cbac3fd0c4..dbbca53f89aa28550067457a2d40811f5b5a487b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 54d08a82427293229c26e229c3323916cc42ab53..36bc4b029a965b27e020401d49e97351a1e7a091 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 55f03efb822dd6dbea0b91af0b5e540b2d5eb5a8..7115576f1ebf9084789bc49a55b5c6c5c51a8445 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 2bfb0c1d5faea2f07e56de9a07fa4242b011cd71..d6628bff4437c0c8a5468e504ed6be38f12c4b06 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 0809135b6e94d39f8779d9e5dcc7dd6629f537bb..759a06892fa126b68649844b8aa64adb489b5cd8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 1375c09e72a6d5f23992ac13fca8180b0d27be6b..05f22ac4bb18988d00d310d40c7b8e708956bc69 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 41c5a5d523b2bd6068321a883e84d7a932fe706c..f88e08b40d5a1933575cbb95400cc7ed5c13b4cb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 67587b9975d5f7c02c5cee42d5ca17da86deb842..7c4cc531a8988af64a25b1fcef887d155281c243 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index f882fe0091d0ccf382d1af7070184fc4616222fb..f24a04b787698d8567d18384c2f37983dc7ea723 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 24d9b15fad23cbc2788e181eb036ba629285ca82..2b5c1b8ea466cc47b6cae4f1d5d0c0e88369d0c8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 77dc3ec5904cbff9bd65a0b0044ecd70578e9b2f..c40de4c8598742ac406e0d7d22424e7035be40cc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index c2a425d984ad3368a46beca632f9f38fbbed88a7..edea741aa3a5676203b0e5badfcd1072040c86bd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index d18ae31d31db4b7c3788d98085361eb6120e19be..5b485891ddee4bf4e09078cb7bfa7537f5d8297a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 16ba03ad934f47117ae88dd70744945384b1ca3a..dd585cfab0ffac88a571d63604547d7179bfb6a1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 6e0198e537047d103b69c7cbd8ab0afe2e6c4945..864fa63b7bd1a3a3e695bd3dc449a3a9c85db416 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index f7badb31b4fe91ee2b8acc10a34bfe5db6668713..9875d1eb85175899f3c0f5e4927c0faad5b998df 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 7eec308e210ef13077c5a857a85143903ee097d7..3d60e0fc6a2f6eb87d703f76b09f889d49180f15 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 9774da25b70760077fda46e44dd0796684e4e540..4642ce43b3e3975b70f95dd8404eeb1172b14b3e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index efb54d29b338c9a69d81882c2c36a9ec794d6c6a..0cc7783ddb1c5cfe3380943ce028b467e7cb639e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 7ba53607c029220befbea8a8d0bc2556e94df1a6..3f9efbf9f38d7e9a4125b1015e432598dad525cb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 8728328b202ac77e021d995044d0cbb5f1f09bc1..f5d1c3f2eab771c316cfb2a1744efc222ff9d796 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 5c7e47fa602a98cbd108fcdfb65ad41abcfa53c6..1b239a53b9d53bd1a33910dec9559268dadaf489 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 5f3e9dc2463a38d8aade0ea6a5f73b9fe4b38b52..a7c5daac73a81fd1c7615fd97e161d94d21fd21e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index a0c320ceb8d3da9206d81a7fb3815a2bec4e506a..f738f24420edfe4a4d0c9cf70b4b701a629cc1ea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 2297f482e22980a479701b44ce89ccb88f17c54f..0b183507df0624b5fe8d0470368dc57d426fb577 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ef262b9d7b4eb3f6b58b56d1d504c79b751ea8fa..d1d24ea36706c8cd6afd4e726d9e5c5ff891ca7b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 322cfca90e97c383a11a672912bd890ef22c82ac..a85bd48aaca2a3c8fc83f72592d58e003911d72e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index d3089b1363b88ad9d7f00b5732458f5b53f17da7..dd19f6c5396c7efac4fa0671a9c20311d48b0892 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 26e047f74b7c83c035706b822b9da8739b1fe27a..7d79de1153dbff493f2702871b78300a1f5dcae7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 2c15dc757ea77e3466979169528be12765e642c9..0b75a48655c54e7ece2b3d7f2f7c598cd1acee58 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 445e2b7647cf1738da1d8feff8cadb8fe53fd146..eba1e88a6a571e06c7d4367964e5e75ae8a43b8d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 8c73162a6191d6917e9896369c9ec840806d1ec2..8d7c80467d0be1251a38ebacddcf9de9f5e7ed9a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 638b8c4bffae8b4038976a4b757306916907c3ec..21e6e6380d8ab305010d2f1d26f743cd45c3ae51 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 5ba6b3e8b913b0e32224bfd73b95acfc2615041b..7058cec895dd56f8cddab47c03ea51e1454d7e3f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index c01d1f1c49090cb63c4e5e699611e9b974e8fdca..93069f69c79bc8854ec3393937ff32a46f0b4bb4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ded73eebbdfcda45abcc95303a0547b2a90ec2b3..3b0c68d345b6aff207f88c91a84b95e45cf84a17 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 90dd9d8bfd265598372cd3334d9ffd653f47cb8c..d6cf3ff4cbf6dc4372aade9cef3985caea69d543 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index e3ee861ea5192ffa7e6ff582d17878efd74cd601..df0bbc8ebe263b32f14787c652345f6a661e9df5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ceeb88052df6cda3e692bdba4225a03b3b6efa94..d7225512ed81cba64deaa03408a8db26352cb4a0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index c902accc651b9dbd0caf4cdeb614e33797ff0f70..5fc6d3da5e8a211b77b8fb69d7c495d6b834ed5d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index e8ba929bb7ff3b749f7a6eb18bf70f48f8f98a43..35563ea2e81167ddc74224d7771b1b184710fc44 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index d0ea60e00d4c0e5fae5729c4d3dfc7ba69f4c2ee..b7140ab6a4ce96b23334bffb3f8b8318b89613da 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 0d5ad0f5b46cd48ce1f52969ed8ea45a691bc1ca..cd453373a74ff3ecb41e1770efdc356ef210f08c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 3280248876312804889df205edc2a25f22e498f5..38f383629c3c22404aaefa5a3ebf5ab35f776f1d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 64fada1eeb9a9c42fbe6a48b7cd9e5efbaabda67..ee9e9444fda827b6ad3cb5667930ae7c19afa22d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 624bfba5e90460fdf9b48883ec70efa3038bc2fa..696192d65dfd50328b08f5f2f612f73a3eabe4a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 46cfb6ff2047bbaecb5febb953e6e9840a634cb5..4e79a37d261d053eeccace7a7782fe63964eb6e2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 6a1abccf2b641134b421e89cdd962f09dba52a01..ef8dce8ea84cc9bc485b29fb0a26337cb186f769 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 3d9de6b93d588936f4b41c7bece847e2aef74f6d..678a9ff21ca38ef6547c4786653d5a3af91f94e0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 93ff29996e6b4345e81b67b8e41304a4f2adcef3..c360c75ba9f44fbbdcbe348275219987b9c8eb2a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 930f322889bae5799696413cd95150df2a4101e6..24addb9ff346c83bed64deaea088cc7baf8803e1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 695b1a569c79e42855f2186e56eb91b85b83794b..0fd439a0a9f360bb30cf46133b3e45fb16a8eefc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 8ae0efcd3ea989029cba44021a6027d760ef0938..e64df13cca0bdf888c6d600b0973f1a3a6da6edc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 83e6171e0d23d505e0d7f184295a3defcdad3c33..d5833276a0406974431054796143c264c7ebefd8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 2f79c1dd4680e0e5df055c127608af8d7c040569..b3d00ba072e3497e120584e7150b891a7805f2c2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index df425cead964be384aeea4ed629092ce6dc3831f..51dc36485108660461c956c4fe94185251aa05f7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 4cc04cdb21a4bb16f00399521da81921b2992ca0..e477d8967d510f0b7ad71bc72c9fa87b4e991095 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index bea0bf4f05105abb375d65aa5cfd6c67900d5f18..a6416e41935137d891b9a3bfd81e1668f8a5819f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index a16ae232cea8599c1982b262efd8997cb8bdc614..2679551f60da955b2d20c3a865176bdca39967cb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index facf7c3047d9fa121031757b736f4fb366a4d32d..34f0b16044eb23c81ba5918e51f037d55d650563 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 57135d9f6e1ac7c0dce872c8b798906213f7fb2b..1864152a791f614f5285960647b2ddb34afbc331 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index d5526b0e9fd745c70ec06705f95852c961956ee6..d08aa28a1921b5f84eda4f96e05f81731c36a0ee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index dc49a861da4674aa3bd4d97fff35b9672b7dfd90..582dff05d0ab3eed01914b72b572a4efb1bdf193 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ca0b157bc40a582c691e6d52bb81f67637f4903b..dc7c056c43ff52cd6793de6efafbcffd2ccfc925 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 148df38a595cd1eedaa381c8b78b3b56e241f96b..954155ace20f65134b5cb3c7478b6c11a778fb30 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 64689dca36d4dbec32c69e194f8e4da03f1046a2..1e67b91de1c57918f194402e763cae24fb637c8e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index ed8bd2184f041747eac1a321797ec64837c85d38..57bf99acbc9c617b97dcc464f55cc1e97a8fe520 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index e829e49c0475a96b26a9f29b54da0375748b1630..4c561cb6dac9d3ce6d0441375f5273a99f10b241 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index caea41256dde54080a1dcaea75a26ab18071925f..6c95519dcb142a5f6d3b07cc08e0a245d714498e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 0199847aa2d16a594f676e42829d3df213371df4..10a84db92d63816d008a3828871bc2fe08429644 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index a9998bcf670b80c567fba94c8e9afd6af18939f9..b4083009cc3d9ef7c2982dcfa2531260e4b210d1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 5efd9ae89d6a833d1b2a676888e799a132482b6d..16b4807eca4e85d57f998dbcf0d48ecff94ac2ee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index d99a8b94e6dff260721b1dca9a503a7b29e76808..cb44c52f44dd48f0fb86ac7dcecbb9132a99ba20 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 13f063dc0000698a7e1d01ee15792897e6e42a8d..4dd902ff88244f06287ce818ea0d095101be7d33 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 07ef2c47fbfa17bae98ce0426707beeea76c20f4..bedf358cd1e14bc89fa79a7a0834a9f4b9dd65bc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index c6256e934f054256db92b06322f12862c033a04e..dede3bee1c5f4b602e11a10f5d1a8113b3e1862d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 5cf8ce622a4561ae6f6b1cbe02119a423cf90aa0..e352d1417ab5cbb417fa19f0723141bc742734ea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 2a6acc1bfb38dadf73aff8a89ba89b3c7d861edf..7bec00ff999811501459f6aafc63cd53a0e3e50c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
index ffddbf9c27f96507d33bc4759bab33c43381f12e..42fc4a70bc8a44369bd9f2a16eb46dcc94f29ca2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
index cd646a16ecd35ec1e0fa38283b1ef37d2ea595b1..ffd1e1c819c33b3af031600625220bef085f1b43 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
index db99094f7157702a3d2331b35cce8d7e4da8fb9e..5532f9b545455ee676a88ffce08617b3e5305a02 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
index a4c2abbc22881e60c57d562533088fc9fd2f9bef..6fa27339e55b6f784e828d0257fd73de2c1f6e22 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
index 24ac1aa250d6a092ef9cd8a2c4bb21e9ea75d331..04e4084f1a100cc12866b94dfb9f3690c711e76a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Copyright 2010 Patrick LeBoutillier <patrick.leboutillier@gmail.com>
 #
@@ -65,7 +65,7 @@ OTHER:
   diag MSG
 
 EXAMPLE:
-  #!/bin/bash
+  #!/usr/bin/env bash
 
   . tap-functions
 
index 6e712e1ccc37edbb058067736f2a482da6d2231c..5c96fb072256d7cf4632204b459a9ffe1ab69b24 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # SPDX-License-Identifier: GPL-2.0-only
 #
This page took 0.069503 seconds and 4 git commands to generate.