RELEASE 1.1.0.6

This commit is contained in:
Deon George
2009-06-30 21:52:55 +10:00
parent d5f4f91f1b
commit 647f86562f
118 changed files with 32686 additions and 19807 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/sh
#!/bin/bash
HOME=$PWD/$(dirname $0)
cd ../../locale
for i in $(ls -1); do
if [ $i == 'CVS' ]; then
if [ "$i" == "CVS" ]; then
continue;
else
echo Processing: $i