summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create_xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_xml b/scripts/create_xml
index 7ed3ca1eb..656ca1444 100755
--- a/scripts/create_xml
+++ b/scripts/create_xml
@@ -20,7 +20,7 @@ else
fi
SOURCEDIR="$WORKDIR/en"
# Don't overwrite XML translations committed to SVN
-if [ -d "./$language/.svn" ] ; then
+if svn info "./$language/" >/dev/null 2>&1; then
TARGETDIR="./$language.new"
else
TARGETDIR="./$language"