Runa A. Sandvik commited on 2011-04-12 20:14:51
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -246,7 +246,7 @@ for file in $po ; do |
246 | 246 |
|
247 | 247 |
# Include the English footer for most of the |
248 | 248 |
# translations |
249 |
- if [[ $lang != "ar" && $lang != "pl" && $subdir != "de" ]] |
|
249 |
+ if [[ $lang != "ar" && $lang != "pl" && $lang != "de" ]] |
|
250 | 250 |
then |
251 | 251 |
echo '#include "foot.wmi"' >> "$wmldir/$subdir/$lang/$wmlfile" |
252 | 252 |
fi |
253 | 253 |