summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElrond <elrond@samba.org>2000-04-04 17:12:16 +0000
committerElrond <elrond@samba.org>2000-04-04 17:12:16 +0000
commit98b6ec334dd04c04aa4ae43e15e86da5d1da7baa (patch)
tree06de5e497b2344eba0a6fa2af5f9ef7da2885727
parent881cf86172634ae862b9359816e9e7ac30f8ec1b (diff)
downloadsamba-98b6ec334dd04c04aa4ae43e15e86da5d1da7baa.tar.gz
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)
-rwxr-xr-xsource/script/mkproto.sh3
1 files changed, 3 insertions, 0 deletions
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"