]> git.ipfire.org Git - thirdparty/dracut.git/commit
Replace echo -n with printf in code with a /bin/sh shebang
authorMike Gilbert <floppym@gentoo.org>
Wed, 15 Jul 2015 02:22:14 +0000 (22:22 -0400)
committerMike Gilbert <floppym@gentoo.org>
Wed, 15 Jul 2015 02:22:14 +0000 (22:22 -0400)
commit5899f2f5163de4d68fbb35831e1f2230c22c71b3
tree1523bed43784db424edbb3d1821193255ef92a24
parentee44f6297293f895f2e446690a19e7114eff7ae8
Replace echo -n with printf in code with a /bin/sh shebang

POSIX does not mandate that echo support the -n parameter.
printf has more well-defined behavior.
18 files changed:
modules.d/04watchdog/watchdog-stop.sh
modules.d/40network/net-lib.sh
modules.d/45ifcfg/write-ifcfg.sh
modules.d/90lvm/lvm_scan.sh
modules.d/95fcoe/fcoe-up.sh
modules.d/98usrmount/mount-usr.sh
modules.d/99base/dracut-lib.sh
modules.d/99base/init.sh
test/TEST-10-RAID/create-root.sh
test/TEST-10-RAID/cryptroot-ask.sh
test/TEST-12-RAID-DEG/create-root.sh
test/TEST-12-RAID-DEG/cryptroot-ask.sh
test/TEST-13-ENC-RAID-LVM/create-root.sh
test/TEST-13-ENC-RAID-LVM/cryptroot-ask.sh
test/TEST-14-IMSM/cryptroot-ask.sh
test/TEST-20-NFS/client-init.sh
test/TEST-40-NBD/create-root.sh
test/TEST-40-NBD/cryptroot-ask.sh