summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/make_filter
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/make_filter')
-rwxr-xr-xgst/videofilter/make_filter9
1 files changed, 7 insertions, 2 deletions
diff --git a/gst/videofilter/make_filter b/gst/videofilter/make_filter
index 990ccb04..692d0d52 100755
--- a/gst/videofilter/make_filter
+++ b/gst/videofilter/make_filter
@@ -1,5 +1,10 @@
#!/bin/sh
+LANG=C
+export LANG
+LC_COLLATE=C
+export LC_COLLATE
+
Template=$1;
srcfile=$2;
@@ -18,8 +23,8 @@ id=`echo '$Id$' | sed \
-e 's/\$I[d]: \([^$]*\)\$/\1/g'`
echo $id
-TEMPLATE=`echo $Template | tr a-z A-Z`
-template=`echo $Template | tr A-Z a-z`
+TEMPLATE=`echo $Template | tr [:lower:] [:upper:]`
+template=`echo $Template | tr [:upper:] [:lower:]`
# remember to break up the Id: in the line below
sed \