diff options
Diffstat (limited to 'helpers/lh_binary_chroot')
-rwxr-xr-x | helpers/lh_binary_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot index 9691bcc82..0d596b244 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -102,7 +102,7 @@ then # Run "rm" inside the chroot so it cannot possibly remove host files. Chroot "rm -r chroot/${EXCLUDE}" else - Echo_warning "Excluded path does not exist: ${EXCLUDE}" + Echo_warning "Excluded path does not exist: %s" "${EXCLUDE}" fi done fi |