Blame 0007-dracut-functions.sh-set-LC_ALL-C-to-get-correct-pars.patch

Harald Hoyer c4a5a0
From 0e95d84892d06ff14e4d6b321dad05344724934e Mon Sep 17 00:00:00 2001
Harald Hoyer c4a5a0
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer c4a5a0
Date: Sat, 30 Jun 2012 11:27:36 +0200
Harald Hoyer c4a5a0
Subject: [PATCH] dracut-functions.sh: set LC_ALL=C to get correct parsing
Harald Hoyer c4a5a0
 information
Harald Hoyer c4a5a0
Harald Hoyer c4a5a0
---
Harald Hoyer c4a5a0
 dracut-functions.sh |    2 +-
Harald Hoyer c4a5a0
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer c4a5a0
Harald Hoyer c4a5a0
diff --git a/dracut-functions.sh b/dracut-functions.sh
Harald Hoyer c4a5a0
index 5acf6f6..cd9426e 100755
Harald Hoyer c4a5a0
--- a/dracut-functions.sh
Harald Hoyer c4a5a0
+++ b/dracut-functions.sh
Harald Hoyer c4a5a0
@@ -19,7 +19,7 @@
Harald Hoyer c4a5a0
 # You should have received a copy of the GNU General Public License
Harald Hoyer c4a5a0
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
Harald Hoyer c4a5a0
 #
Harald Hoyer c4a5a0
-
Harald Hoyer c4a5a0
+export LC_ALL=C
Harald Hoyer c4a5a0
 
Harald Hoyer c4a5a0
 if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then
Harald Hoyer c4a5a0
     if ! [[ -d "$initdir/.kernelmodseen" ]]; then