summaryrefslogtreecommitdiff
path: root/sample/zfile
diff options
context:
space:
mode:
Diffstat (limited to 'sample/zfile')
-rwxr-xr-xsample/zfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/zfile b/sample/zfile
index 6b4514c..d6e7a59 100755
--- a/sample/zfile
+++ b/sample/zfile
@@ -1,5 +1,8 @@
#!/bin/sh
+LC_ALL=C
+export LC_ALL
+
if test $# = 0; then
echo 'zfile: file(1) for programs which may be compressed with gzexe'
echo usage: `basename $0` files...