Fixing message for i18n compatibiliy
This commit is contained in:
parent
67518ecdab
commit
304e0fce7f
|
@ -158,7 +158,7 @@ Local_arguments ()
|
|||
VERSION_DPKG="$(dpkg-query -f='${Version}' --show live-helper)"
|
||||
fi
|
||||
|
||||
echo "${0}: This is live-helper version ${VERSION_DPKG:-${VERSION}}"
|
||||
Echo "%s: This is live-helper version %s" "${0}" "${VERSION_DPKG:-${VERSION}}"
|
||||
|
||||
# Dump conffile contents
|
||||
Print_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||
|
|
Loading…
Reference in New Issue