Removed deletion of the old .svn-subdirectories.

This commit is contained in:
Michael Tremer
2008-04-09 23:29:30 +02:00
parent 64a8ba2d2b
commit 8fc2cdd6b0
6 changed files with 0 additions and 7 deletions

View File

@@ -29,7 +29,6 @@ cat ./langs/de/cgi-bin/de.pl | grep \'.*\' | awk -F\' '{print $2}'| sort > /tmp/
cat ./langs/de/install/lang_de.c | grep TR_ | awk -F\ '{print $2}' > /tmp/de_install.$$
for i in ./langs/en; do
if [ "$i" == "./langs/.svn" ] ; then continue; fi
language=`echo "$i" | awk -F/ '{ print $3 }'`
echo "############################################################################"