]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-functions.sh: set LC_ALL=C to get correct parsing information
authorHarald Hoyer <harald@redhat.com>
Sat, 30 Jun 2012 09:27:36 +0000 (11:27 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 Jul 2012 16:52:49 +0000 (18:52 +0200)
dracut-functions.sh

index 5acf6f6fd7920a1a732506de180458d5dd86b7fd..cd9426edb92017f9b287cda271e40e0a8006ef93 100755 (executable)
@@ -19,7 +19,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-
+export LC_ALL=C
 
 if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then
     if ! [[ -d "$initdir/.kernelmodseen" ]]; then