From: Kent Overstreet Date: Sat, 17 Aug 2024 21:50:25 +0000 (-0400) Subject: scripts/decode_stacktrace.sh: nix-ify X-Git-Tag: v6.12-rc1~114^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=076979ee62f23c0eff035e0528b4cfadbe743255;p=thirdparty%2Fkernel%2Flinux.git 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/20240817215025.161628-1-kent.overstreet@linux.dev Signed-off-by: Kent Overstreet Cc: Bjorn Andersson Cc: Elliot Berman Cc: Xiong Nandi Signed-off-by: Andrew Morton --- diff --git a/scripts/decode_stacktrace.sh b/scripts/decode_stacktrace.sh index a0f50a5b4f7c4..ed9f914334cc3 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 #set -x