Commit 094817b0 by Tobias Burnus Committed by Tobias Burnus

mk-kinds-h.sh: Change LANG=C to LC_ALL=C.

2007-10-27  Tobias Burnus  <burnus@net-b.de>

       * mk-kinds-h.sh: Change LANG=C to LC_ALL=C.

From-SVN: r129679
parent f0112db9
2007-10-27 Tobias Burnus <burnus@net-b.de>
* mk-kinds-h.sh: Change LANG=C to LC_ALL=C.
2007-10-26 Tobias Burnus <burnus@net-b.de> 2007-10-26 Tobias Burnus <burnus@net-b.de>
* mk-kinds-h.sh: Add "LANG=C". * mk-kinds-h.sh: Add "LANG=C".
......
#!/bin/sh #!/bin/sh
LANG=C LC_ALL=C
export LANG export LC_ALL
compile="$1" compile="$1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment