# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/cpio/hotfix-bin-sh.patch # Copyright (C) 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-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