summarylogtreecommitdiffstats
path: root/Z99-zip-cp932.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Z99-zip-cp932.sh')
-rw-r--r--Z99-zip-cp932.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/Z99-zip-cp932.sh b/Z99-zip-cp932.sh
index 73a98a9b36bf..55fa60f44975 100644
--- a/Z99-zip-cp932.sh
+++ b/Z99-zip-cp932.sh
@@ -1,5 +1,2 @@
-if [[ "$LANG" == *"ja"* ]]
-then
- export UNZIP="-O cp932"
- export ZIPINFO="-O cp932"
-fi
+export UNZIP="-O cp932"
+export ZIPINFO="-O cp932"