]> git.ipfire.org Git - thirdparty/dracut.git/commit
remove superfluous quotes in parameter expansion
authorNorbert Lange <norbert.lange@andritz.com>
Wed, 12 Dec 2018 16:21:12 +0000 (17:21 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 13 Dec 2018 14:13:03 +0000 (15:13 +0100)
commitf9c96cf56fed390841eac05c43826e62014c9188
tree1e30c760895f6ac978e5ddac6739a5fdb27a2f85
parentebe1821635dd99f07c817179ee5358d27aab53c5
remove superfluous quotes in parameter expansion

as this breaks busybox hush shell.
offending functions can be found with
grep -r '${[^}]*"[^}]*}'
modules.d/40network/net-lib.sh
modules.d/95iscsi/mount-lun.sh
modules.d/95virtfs/mount-virtfs.sh
modules.d/99base/dracut-lib.sh