From: Brad Smith Date: Tue, 4 Jun 2024 03:51:06 +0000 (-0400) Subject: Adjust shell script to allow Bash in other locations X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;p=userspace-rcu.git 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 --- 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 #