From c8d45660b1c67154c0f90ae1b9a7d4c469dfb135670eb3aee1d5baa8add53b7d Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Mon, 14 Feb 2022 03:49:47 +0000 Subject: [PATCH] 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 --- grub2-check-default.sh | 2 +- grub2.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/grub2-check-default.sh b/grub2-check-default.sh index fa68b6d..3e4422b 100644 --- a/grub2-check-default.sh +++ b/grub2-check-default.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e diff --git a/grub2.changes b/grub2.changes index 01f4064..90567b7 100644 --- a/grub2.changes +++ b/grub2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 10 16:20:24 UTC 2022 - Bjørn Lie + +- 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