mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Fix that a misleading BLS error message is printed in any case for missing files. The scan_check code in zipl already does proper error handling for missing file. Remove the duplicated error handling from scan_check_bls and just use the function to update the file with the target path if needed. To indicate the intention of this function also rename it. Fixes: #84 Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Tuan Hoang <tmhoang@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>