# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by scripts/Create-CopyPatch. # # T2 SDE: package/*/lvm2/bash.patch # Copyright (C) 2021 The T2 SDE Project # # 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 as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- LVM2.2.03.05/configure.vanilla 2020-09-15 18:43:42.328527786 +0200 +++ LVM2.2.03.05/configure 2020-09-15 18:44:07.872528143 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69. # --- LVM2.2.03.05/tools/Makefile.in.vanilla 2020-09-15 18:46:51.128530430 +0200 +++ LVM2.2.03.05/tools/Makefile.in 2020-09-15 18:47:47.108531214 +0200 @@ -167,7 +167,7 @@ command-count.h: $(srcdir)/command-lines.in Makefile @echo " [GEN] $@" - $(Q) set -o pipefail && \ + $(Q) set - && \ ( cat $(top_srcdir)/tools/license.inc && \ echo "/* Do not edit. This file is generated by the Makefile. */" && \ echo -n "#define COMMAND_COUNT " && \ @@ -176,5 +176,5 @@ cmds.h: $(srcdir)/command-lines.in Makefile @echo " [GEN] $@" - $(Q) set -o pipefail && \ + $(Q) set - && \ ( cat $(top_srcdir)/tools/license.inc && \ echo "/* Do not edit. This file is generated by the Makefile. */" && \ @@ -187,12 +187,12 @@ command-lines-input.h: $(srcdir)/command-lines.in Makefile @echo " [GEN] $@" - $(Q) set -o pipefail && \ + $(Q) set - && \ ( cat $(srcdir)/license.inc && \ echo "/* Do not edit. This file is generated by the Makefile. */" && \ - echo -en "const char _command_input[] =\n\n\"" && \ + /bin/echo -en "const char _command_input[] =\n\n\"" && \ $(EGREP) -v '^#|\-\-\-|^$$' $(srcdir)/command-lines.in | $(AWK) 'BEGIN {ORS = "\\n\"\n\""} //' && \ - echo "\\n\";" \ + /bin/echo "\\n\";" \ ) > $@ $(SOURCES:%.c=%.d) $(SOURCES2:%.c=%.d): command-lines-input.h command-count.h cmds.h