projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e44aea
)
Adjust shell script to allow Bash in other locations
author
Brad Smith
<brad@comstyle.com>
Tue, 4 Jun 2024 03:51:06 +0000
(23:51 -0400)
committer
Mathieu 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
patch
|
blob
|
blame
|
history
diff --git
a/extras/abi/dump_abi.sh
b/extras/abi/dump_abi.sh
index e8aedcb13883b970b91c4d838a48ccd33a9fe5d4..ac581737e645ac8de378a5f94574a7090e9e9255 100755
(executable)
--- a/
extras/abi/dump_abi.sh
+++ b/
extras/abi/dump_abi.sh
@@
-1,4
+1,4
@@
-#!/
bin/
bash
+#!/
usr/bin/env
bash
# SPDX-License-Identifier: GPL-2.0-only
set -eu
This page took
0.025491 seconds
and
4
git commands to generate.