RELEASE 1.1.0.6
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user