aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorKent Overstreet <[email protected]>2024-08-17 21:50:25 +0000
committerAndrew Morton <[email protected]>2024-09-02 03:43:38 +0000
commit076979ee62f23c0eff035e0528b4cfadbe743255 (patch)
treebc2f05208eb2bcc6a4cabbcfa1d38c90b5df86d3 /scripts/decode_stacktrace.sh
parentocfs2: fix unexpected zeroing of virtual disk (diff)
downloadkernel-076979ee62f23c0eff035e0528b4cfadbe743255.tar.gz
kernel-076979ee62f23c0eff035e0528b4cfadbe743255.zip
scripts/decode_stacktrace.sh: nix-ify
nix only puts /usr/bin/env at the standard location (as required by posix), so shebangs have to be tweaked. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Kent Overstreet <[email protected]> Cc: Bjorn Andersson <[email protected]> Cc: Elliot Berman <[email protected]> Cc: Xiong Nandi <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
-rwxr-xr-xscripts/decode_stacktrace.sh2
1 files changed, 1 insertions, 1 deletions
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 <[email protected]>
#set -x