From 98b6ec334dd04c04aa4ae43e15e86da5d1da7baa Mon Sep 17 00:00:00 2001 From: Elrond Date: Tue, 4 Apr 2000 17:12:16 +0000 Subject: Added LANG=C; export LANG to mkproto.sh. (Luke's sort seems to sort differently then mine. I guess, it's got to do with LANG-settings) --- source/script/mkproto.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/script/mkproto.sh b/source/script/mkproto.sh index ed359d34467..759475f086b 100755 --- a/source/script/mkproto.sh +++ b/source/script/mkproto.sh @@ -1,5 +1,8 @@ #! /bin/sh +LANG=C +export LANG + if [ $# -lt 3 ] then echo "Usage: $0 awk [-h headerdefine] outputheader proto_obj" -- cgit v1.2.1