Accepting request 953265 from home:iznogood:branches:Base:System

- Set grub2-check-default shebang to "#!/bin/bash", as the the code
  uses many instructions which are undefined for a POSIX sh.
  (boo#1195794).

OBS-URL: https://build.opensuse.org/request/show/953265
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=404
This commit is contained in:
Michael Chang 2022-02-14 03:49:47 +00:00 committed by Git OBS Bridge
parent da02c891ad
commit c8d45660b1
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 10 16:20:24 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Set grub2-check-default shebang to "#!/bin/bash", as the the code
uses many instructions which are undefined for a POSIX sh.
(boo#1195794).
-------------------------------------------------------------------
Fri Jan 14 08:39:36 UTC 2022 - Michael Chang <mchang@suse.com>