... | ... |
@@ -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 |