From 5eb8d947c57e092129443aa38efffc9fb6ab6816 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 3 Jun 2024 23:51:06 -0400 Subject: [PATCH] Adjust shell script to allow Bash in other locations commit da56d5cad05a ("Adjust shell scripts to allow Bash in other locations") adjusted most of the shell scripts, except one. Signed-off-by: Brad Smith Signed-off-by: Mathieu Desnoyers Change-Id: I30ee8cb36d874f5eaadf7b17c60cfd362ecfa2f0 --- extras/abi/dump_abi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/abi/dump_abi.sh b/extras/abi/dump_abi.sh index a7bd5fd..673b839 100755 --- a/extras/abi/dump_abi.sh +++ b/extras/abi/dump_abi.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-FileCopyrightText: 2021 Michael Jeanson # -- 2.34.1