From: Harald Hoyer Date: Sat, 30 Jun 2012 09:27:36 +0000 (+0200) Subject: dracut-functions.sh: set LC_ALL=C to get correct parsing information X-Git-Tag: 021~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e95d84892d06ff14e4d6b321dad05344724934e;p=thirdparty%2Fdracut.git dracut-functions.sh: set LC_ALL=C to get correct parsing information --- diff --git a/dracut-functions.sh b/dracut-functions.sh index 5acf6f6fd..cd9426edb 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 if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then if ! [[ -d "$initdir/.kernelmodseen" ]]; then