SHA256
1
0
forked from pool/xz

Accepting request 1104190 from home:dimstar:Factory

- xznew: Remove bashsism.
- build: pass CONFIG_SHELL=/bin/sh to configure: the posix tools
  are setting the current SHELL as the shebang, which is overkill:
  any posix compliant shell, aka /bin/sh, is sufficient.

OBS-URL: https://build.opensuse.org/request/show/1104190
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=138
This commit is contained in:
Stephan Kulow
2023-08-21 05:30:48 +00:00
committed by Git OBS Bridge
parent 39215a7095
commit 773b5dd4df
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 16 13:58:09 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- xznew: Remove bashsism.
- build: pass CONFIG_SHELL=/bin/sh to configure: the posix tools
are setting the current SHELL as the shebang, which is overkill:
any posix compliant shell, aka /bin/sh, is sufficient.
-------------------------------------------------------------------
Thu Aug 3 07:01:39 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>