]> git.pld-linux.org Git - packages/dracut.git/blame - bash.patch
correct bash-completion epoch
[packages/dracut.git] / bash.patch
CommitLineData
63a4b90e
JR
1--- dracut-055/modules.d/00bash/module-setup.sh~ 2021-05-27 14:34:19.000000000 +0200
2+++ dracut-055/modules.d/00bash/module-setup.sh 2021-10-30 23:03:00.931687353 +0200
c302e127
JR
3@@ -9,7 +9,7 @@
4 require_binaries bash || return 1
5
6 # Return 255 to only include the module, if another module requires it.
7- return 255
8+ return 0
9
10 }
11
63a4b90e
JR
12@@ -27,6 +27,6 @@
13 inst /bin/bash
14
15 # Prefer bash as default shell if no other shell is preferred.
16- [[ -L $initdir/bin/sh ]] || ln -sf bash "${initdir}/bin/sh"
17+ ln -sf bash "${initdir}/bin/sh"
18
19 }
This page took 0.07722 seconds and 4 git commands to generate.