[Libreoffice-commits] core.git: bin/lo-generate-source-tarball

Andras Timar andras.timar at collabora.com
Tue Oct 22 02:04:16 PDT 2013


 bin/lo-generate-source-tarball |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a6043c20b1df3ed90341d9d079a16d385ccca4b
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Oct 22 11:03:33 2013 +0200

    typo: s/helcontent2/helpcontent2/
    
    Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb

diff --git a/bin/lo-generate-source-tarball b/bin/lo-generate-source-tarball
index cbaace5..06d5da4 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


More information about the Libreoffice-commits mailing list