# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/cpio/hotfix-bin-sh.patch # Copyright (C) 2023 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- cpio-2.13/configure.vanilla 2023-03-09 14:44:22.998292510 +0100 +++ cpio-2.13/configure 2023-03-09 14:44:50.510290489 +0100 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for GNU cpio 2.13. # @@ -276,7 +276,7 @@ fi fi fi -SHELL=${CONFIG_SHELL-/bin/sh} +SHELL=${CONFIG_SHELL-/bin/bash} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= @@ -3852,7 +3852,7 @@ $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF -SHELL = /bin/sh +SHELL = /bin/bash all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF