From 258de82819462a4683915a657a558734291c9ca7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 19 Jul 2012 13:35:50 +0200 Subject: [PATCH] dracut-functions.sh: set LC_MESSAGES=C not LC_ALL --- dracut-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-functions.sh b/dracut-functions.sh index 306b93aa..7fa92357 100755 --- a/dracut-functions.sh +++ b/dracut-functions.sh @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -export LC_ALL=C +export LC_MESSAGES=C if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then if ! [[ -d "$initdir/.kernelmodseen" ]]; then