From: Harald Hoyer Date: Thu, 19 Jul 2012 11:35:50 +0000 (+0200) Subject: dracut-functions.sh: set LC_MESSAGES=C not LC_ALL X-Git-Tag: 021~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=258de82819462a4683915a657a558734291c9ca7;p=thirdparty%2Fdracut.git dracut-functions.sh: set LC_MESSAGES=C not LC_ALL --- diff --git a/dracut-functions.sh b/dracut-functions.sh index 306b93aa2..7fa92357c 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