]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-functions.sh: set LC_MESSAGES=C not LC_ALL
authorHarald Hoyer <harald@redhat.com>
Thu, 19 Jul 2012 11:35:50 +0000 (13:35 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 19 Jul 2012 11:35:50 +0000 (13:35 +0200)
dracut-functions.sh

index 306b93aa2d325a65ceab323e2af660b938050300..7fa92357c6d14680ab121d8c2428d68250ecf14c 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
+export LC_MESSAGES=C
 
 if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then
     if ! [[ -d "$initdir/.kernelmodseen" ]]; then