From e81a5280a0b08f6ec875b8b5ff0c64855e6551b84156a7e9fcf03f93abcaac50 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Sep 2023 07:27:54 +0000 Subject: [PATCH] Accepting request 1104193 from home:dimstar:Factory - export CONFIG_SHELL=/bin/sh before running configure: results in the shell script (egrep/fgrep) to receive a /bin/sh shebang instead of requiring bash (the local shell used to build). OBS-URL: https://build.opensuse.org/request/show/1104193 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=138 --- grep.changes | 7 +++++++ grep.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/grep.changes b/grep.changes index 324c18d..93629c6 100644 --- a/grep.changes +++ b/grep.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 16 14:21:13 UTC 2023 - Dominique Leuenberger + +- export CONFIG_SHELL=/bin/sh before running configure: results in + the shell script (egrep/fgrep) to receive a /bin/sh shebang + instead of requiring bash (the local shell used to build). + ------------------------------------------------------------------- Thu May 18 12:00:38 UTC 2023 - Dirk Müller diff --git a/grep.spec b/grep.spec index bebdc18..8dd63e4 100644 --- a/grep.spec +++ b/grep.spec @@ -46,6 +46,7 @@ match to a specified pattern. By default, grep prints the matching lines. %autosetup -p1 %build +export CONFIG_SHELL=/bin/sh %configure \ --disable-silent-rules \ %{nil}