Fixed metadata options in create_corner_cases_zim_file

Specifying the = symbol with single-character options makes that
character included in the option value (e.g. -l=en results in the
language of the ZIM file being set to =en).
This commit is contained in:
Veloman Yunkan
2023-01-07 15:05:13 +04:00
parent bac12010aa
commit 497c0700b5
3 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -5,11 +5,11 @@ rm -f corner_cases.zim
zimwriterfs --withoutFTIndex --dont-check-arguments \
-w empty.html \
-I empty.png \
-l=en \
-t="ZIM corner cases" \
-d="" \
-c="" \
-p="" \
-l en \
-t "ZIM corner cases" \
-d "" \
-c "" \
-p "" \
corner_cases \
corner_cases.zim \
&& echo 'corner_cases.zim was successfully created' \