Adjust shell script to allow Bash in other locations stable-0.14
authorBrad Smith <brad@comstyle.com>
Tue, 4 Jun 2024 03:51:06 +0000 (23:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 Jun 2024 13:27:23 +0000 (09:27 -0400)
commit da56d5cad05a ("Adjust shell scripts to allow Bash in other locations")
adjusted most of the shell scripts, except one.

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

extras/abi/dump_abi.sh

index e8aedcb13883b970b91c4d838a48ccd33a9fe5d4..ac581737e645ac8de378a5f94574a7090e9e9255 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0-only
 
 set -eu
This page took 0.02553 seconds and 4 git commands to generate.