diff options
Diffstat (limited to 'functions/chroot.sh')
-rwxr-xr-x | functions/chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/chroot.sh b/functions/chroot.sh index 55e0fbe9e..227f792c6 100755 --- a/functions/chroot.sh +++ b/functions/chroot.sh @@ -14,7 +14,7 @@ Chroot () COMMANDS="${@}" # Executing commands in chroot - Echo_debug "Executing: ${COMMANDS}" + Echo_debug "Executing: %s" "${COMMANDS}" if [ "${LH_USE_FAKEROOT}" != "enabled" ] then |