* [PATCH] scripts/decode_stacktrace.sh: nix-ify
@ 2024-08-17 21:50 Kent Overstreet
0 siblings, 0 replies; only message in thread
From: Kent Overstreet @ 2024-08-17 21:50 UTC (permalink / raw)
To: linux-kernel
Cc: cmllamas, quic_bjorande, xndchn, quic_eberman, akpm, Kent Overstreet
nix only puts /usr/bin/env at the standard location (as required by
posix), so shebangs have to be tweaked.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
scripts/decode_stacktrace.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/decode_stacktrace.sh b/scripts/decode_stacktrace.sh
index a0f50a5b4f7c..ed9f914334cc 100755
--- a/scripts/decode_stacktrace.sh
+++ b/scripts/decode_stacktrace.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0
# (c) 2014, Sasha Levin <sasha.levin@oracle.com>
#set -x
--
2.45.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-17 21:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-17 21:50 [PATCH] scripts/decode_stacktrace.sh: nix-ify Kent Overstreet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®