summaryrefslogtreecommitdiff
path: root/packages/sys-boot/dracut/files/0003-50-dracut.install-use-bin-bash-shebang.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-23 16:35:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-23 16:35:07 +0100
commit2c6cccd18a2e5ce01b696a7684140ef68430dce8 (patch)
tree9a78672c78eaa3e72db1e2b389dfe4e034cb8d3d /packages/sys-boot/dracut/files/0003-50-dracut.install-use-bin-bash-shebang.patch
parentbb61464b053b94e4f30dd329ecb7b2b89767e97c (diff)
sys-boot/dracut : import from arbor, downgrade to 044, use our gentoo && redcore patchsets
Diffstat (limited to 'packages/sys-boot/dracut/files/0003-50-dracut.install-use-bin-bash-shebang.patch')
-rw-r--r--packages/sys-boot/dracut/files/0003-50-dracut.install-use-bin-bash-shebang.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/sys-boot/dracut/files/0003-50-dracut.install-use-bin-bash-shebang.patch b/packages/sys-boot/dracut/files/0003-50-dracut.install-use-bin-bash-shebang.patch
new file mode 100644
index 0000000..85ebc7e
--- /dev/null
+++ b/packages/sys-boot/dracut/files/0003-50-dracut.install-use-bin-bash-shebang.patch
@@ -0,0 +1,23 @@
+From 69395a528aed99ec04b16c14ebacf4c2e10afd26 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert <floppym@gentoo.org>
+Date: Fri, 4 Nov 2016 13:09:28 -0400
+Subject: [PATCH] 50-dracut.install: use /bin/bash shebang
+
+This script utilizes several bash-specific constructs.
+---
+ 50-dracut.install | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/50-dracut.install b/50-dracut.install
+index 7d081d5..54c71d4 100755
+--- a/50-dracut.install
++++ b/50-dracut.install
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+
+ COMMAND="$1"
+ KERNEL_VERSION="$2"
+--
+2.10.2
+