Skip to content

Commit

Permalink
CLDR-15443 typo in cldr-generate-zip.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Mar 23, 2022
1 parent c720c97 commit 2a6df0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,6 @@
*.asc
/dist
local-config.sh

# this is an ephemeral copy for the zip
/cldr-json/LICENSE
2 changes: 1 addition & 1 deletion cldr-generate-zip.sh
Expand Up @@ -16,6 +16,6 @@ set -x
( cd ${OUT} && cp ../LICENSE LICENSE )
( cd ${OUT} && zip -r cldr-${VERSION}-json-full.zip LICENSE cldr-core cldr-rbnf cldr-*-full cldr-bcp47 )
( cd ${OUT} && zip -r cldr-${VERSION}-json-modern.zip LICENSE cldr-core cldr-rbnf cldr-*-modern cldr-bcp47 )
( cd ${OUT} && rm LICENSE }
( cd ${OUT} && rm LICENSE )

mv -v ${OUT}/*.zip ${DIST}/

0 comments on commit 2a6df0c

Please sign in to comment.