Added LANG=C; export LANG to mkproto.sh.
authorElrond <elrond@samba.org>
Tue, 4 Apr 2000 17:12:16 +0000 (17:12 +0000)
committerElrond <elrond@samba.org>
Tue, 4 Apr 2000 17:12:16 +0000 (17:12 +0000)
(Luke's sort seems to sort differently then mine. I guess,
it's got to do with LANG-settings)

source/script/mkproto.sh

index ed359d344676c978822763a862d1780483e07c15..759475f086b77397365840fdee1964aa1b64e70f 100755 (executable)
@@ -1,5 +1,8 @@
 #! /bin/sh
 
+LANG=C
+export LANG
+
 if [ $# -lt 3 ]
 then
   echo "Usage: $0 awk [-h headerdefine] outputheader proto_obj"