filesystem: DUNE should use LC_MESSAGES instead of LC_ALL.

This commit is contained in:
Ricardo Martins 2013-08-02 01:13:52 +01:00
parent e6aa12f396
commit 35b37f0fb3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ start()
echo "$dune_base/log/core.%t" > /proc/sys/kernel/core_pattern
maybe_upgrade
if [ -n "$cfg_dune_i18n" ]; then
export LC_ALL="$cfg_dune_i18n"
export LC_MESSAGES="$cfg_dune_i18n"
fi
$dune_base/bin/dune-launcher -m -p Hardware -c "$cfg_dune" < /dev/null > /dev/null 2>&1 &