diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-22 11:03:33 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-10-22 11:03:53 +0200 |
commit | 7a6043c20b1df3ed90341d9d079a16d385ccca4b (patch) | |
tree | 52c64687060e3897994f423bcf6fc714d70ac763 /bin | |
parent | d1c26cd0ada103086358a7d45f6918678a06fcbe (diff) |
typo: s/helcontent2/helpcontent2/
Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-generate-source-tarball | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-generate-source-tarball b/bin/lo-generate-source-tarball index cbaace550d3d..06d5da4c3282 100755 --- a/bin/lo-generate-source-tarball +++ b/bin/lo-generate-source-tarball @@ -144,7 +144,7 @@ git archive --format=tar --prefix="${base_name?}" -o "${OUT_DIR}/${base_name}.ta concatenate_list= -for module in dictionaries helcontent2 translations ; do +for module in dictionaries helpcontent2 translations ; do if [ ! -f ${module?}/.git ] ; then echo "Warning: module $module is not present" 1>&2 else |