File update_shebang_line.patch of Package bismuth
Subject: Fix shebang line to invoke sh directly From: Philipp Reichmuth --- a/src/config/kconf_update/bismuth_old_conf_ui.sh 2022-06-03 16:08:10.115094808 +0500 +++ b/src/config/kconf_update/bismuth_old_conf_ui.sh 2022-06-03 16:08:22.323138509 +0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <mail@gikari.com> # SPDX-License-Identifier: MIT