diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-03-10 22:39:52 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-03-11 19:09:07 +0100 |
commit | f6275f0d91c8ad06bf0847eb7542755b8ea9e3c7 (patch) | |
tree | eddc7b4392a29a70ddd9ea5d5187951935c4df3c /install/virtio | |
parent | 70511e5ccb7e2500213e04173a70c067a7c9aa35 (diff) | |
download | mkinitcpio-f6275f0d91c8ad06bf0847eb7542755b8ea9e3c7.tar.gz mkinitcpio-f6275f0d91c8ad06bf0847eb7542755b8ea9e3c7.tar.xz |
lsinitcpio: avoid null byte warnings with bash 4.3
On compressed images, bash 4.3 gets salty:
$ lsinitcpio initrd.gz >/dev/null
/usr/bin/lsinitcpio: line 78: warning: command substitution: ignored null byte in input
/usr/bin/lsinitcpio: line 90: warning: command substitution: ignored null byte in input
Tidy up all of our hexdump comparisons via command substitution to use
process substitution instead.
Diffstat (limited to 'install/virtio')
0 files changed, 0 insertions, 0 deletions