chiark / gitweb /
kernel-install: remove LANG=
[elogind.git] / src / kernel-install / kernel-install
index 1bbbc175565a2fd7ac61b3e754bf18feb6d54be3..1a694578a1c563f5f62c93a019aa12a91da117c0 100644 (file)
@@ -122,14 +122,12 @@ case "$COMMAND" in
                 echo "initrd     $BOOT_DIR/initrd"
             :
         } > "/boot/loader/entries/${ID}-${KERNEL_VERSION}-${MACHINE_ID}.conf"
-export LANG=C
 
         ((ret+=$?))
 
         if ! [[ -f "/boot/loader/entries/${ID}-${KERNEL_VERSION}-${MACHINE_ID}.conf" ]]; then
             echo "Could not create '/boot/loader/entries/${ID}-${KERNEL_VERSION}-${MACHINE_ID}.conf'!" >&2
         fi
-
         ;;
 
     remove)