From 653b9256465c04621edaf1fa312616c54da868fe Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Tue, 29 Jun 2021 22:30:11 +1200 Subject: [PATCH] attempt to fix obscure failure --- live-build/lb_chroot_layered | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/lb_chroot_layered b/live-build/lb_chroot_layered index 27c83a16..5aa768ac 100755 --- a/live-build/lb_chroot_layered +++ b/live-build/lb_chroot_layered @@ -131,7 +131,7 @@ reduce_pass_size () { continue fi # Files are strictly identical between the 2 passes (only mod or access times differs). No need for unused delta. - Echo_message "reduce_pass_size: '$f' is strictly identical between $parent and $pass. Removing." + Echo_message "reduce_pass_size: '%s' is strictly identical between %s and %s. Removing." "$f" "$pass" "$parent" rm "$pass_dir/$f" done @@ -143,7 +143,7 @@ create_chroot_pass () { local pass=$1 shift 1 # restore ${*} - Echo_message "lb_chroot_layered: treating pass $pass" + Echo_message "lb_chroot_layered: treating pass %s" "$pass" # We have already treated that pass just return. local overlay_dir="overlay.${pass}"