projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965c2d8
)
dracut-functions.sh: set LC_ALL=C to get correct parsing information
author
Harald Hoyer
<harald@redhat.com>
Sat, 30 Jun 2012 09:27:36 +0000
(11:27 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Mon, 2 Jul 2012 16:52:49 +0000
(18:52 +0200)
dracut-functions.sh
patch
|
blob
|
history
diff --git
a/dracut-functions.sh
b/dracut-functions.sh
index
5acf6f6
..
cd9426e
100755
(executable)
--- 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 <http://www.gnu.org/licenses/>.
#
-
+export LC_ALL=C
if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then
if ! [[ -d "$initdir/.kernelmodseen" ]]; then