From 6205a24620be1025b802589501814626efed02f7 Mon Sep 17 00:00:00 2001 From: Tiago Bortoletto Vaz Date: Mon, 11 Aug 2008 22:28:54 +0200 Subject: Adding last modifications in order to have localization fully working in live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff. --- functions/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/chroot.sh') 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 -- cgit v1.2.3