]> 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)
committerHarald Hoyer <harald@redhat.com>
Wed, 29 Jun 2016 09:40:14 +0000 (11:40 +0200)
commitd6b9aac6d0f8d007fa9ebf073a665857d8b0b0b4
tree81c47c976a312c8990a775b9d5aae0cd76825981
parent3186a0aa15822d69c8eb073bfc76665a1315957c
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.

(cherry picked from commit 5899f2f5163de4d68fbb35831e1f2230c22c71b3)
16 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/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-40-NBD/create-root.sh
test/TEST-40-NBD/cryptroot-ask.sh