]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scripts/decode_stacktrace.sh: nix-ify
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 17 Aug 2024 21:50:25 +0000 (17:50 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:43:38 +0000 (20:43 -0700)
commit076979ee62f23c0eff035e0528b4cfadbe743255
treebc2f05208eb2bcc6a4cabbcfa1d38c90b5df86d3
parent03222db82a3a0db43cbad00886c800819fdc59f3
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 <kent.overstreet@linux.dev>
Cc: Bjorn Andersson <quic_bjorande@quicinc.com>
Cc: Elliot Berman <quic_eberman@quicinc.com>
Cc: Xiong Nandi <xndchn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/decode_stacktrace.sh