# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/gettext/hotfix-bin-sh.patch # Copyright (C) 2023 - 2024 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 --- --- gettext-0.22.5/configure.vanilla 2024-02-21 16:36:36.000000000 +0000 +++ gettext-0.22.5/configure 2024-02-22 21:59:17.382000000 +0000 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.72 for gettext 0.22.5. # @@ -280,7 +280,7 @@ esac 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= @@ -2475,7 +2475,7 @@ printf %s "(cached) " >&6 else case e in #( e) cat >conftest.make <<\_ACEOF -SHELL = /bin/sh +SHELL = /bin/bash all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF