SHA256
6
0
forked from pool/bash

Add official patch bash50-018

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=316
This commit is contained in:
2020-07-14 07:22:55 +00:00
committed by Git OBS Bridge
parent 3e84672b9c
commit 3b4a2516f6
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 14 07:20:07 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add official patch bash50-018
* In certain cases, bash does not perform quoted null removal on patterns
that are used as part of word expansions such as ${parameter##pattern}, so
empty patterns are treated as non-empty.
-------------------------------------------------------------------
Sat May 9 07:03:45 UTC 2020 - Dr. Werner Fink <werner@suse.de>