summaryrefslogtreecommitdiff
path: root/pocompile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pocompile.sh')
-rwxr-xr-xpocompile.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pocompile.sh b/pocompile.sh
index b10460b..e9cf3b1 100755
--- a/pocompile.sh
+++ b/pocompile.sh
@@ -4,8 +4,7 @@
# Copied from porthole :)
cd i18n
for ITEM in *.po; do
- ITEM2=${ITEM/.po/}
- LANG=${ITEM2/_??/}
+ LANG=${ITEM/.po/}
if [ $1 == "-emerge" ]; then
mkdir mo -p