mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
xxd has vim-common as a dependency. We can avoid that by using od instead which is from coreutils. While at it, add the require_command function from the pvattest-info script to the pvextract-hdr script and use it. Suggested-by: Christian Borntraeger <borntraeger@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>