summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/tidy-bowl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tidy-bowl b/bin/tidy-bowl
index 5d68bc2..767f0a7 100755
--- a/bin/tidy-bowl
+++ b/bin/tidy-bowl
@@ -45,7 +45,7 @@ shift `/usr/bin/expr "${OPTIND}" - 1`
for fn in $@
do
case "${fn}" in
- *-de.xml | *-en.xml | *-fr-xml | *-it.xml )
+ *-de.xml | *-en.xml | *-fr-xml | *-it.xml | *-es.xml | *-ru.xml )
# Make sure we can find the input file
# /bin/echo "$0: XML file ${fn} prettyprinted."
if [ ! -f "${fn}" ]; then