Hello Norbert, all, I've used your libo_git_from_tar.sh in libreoffice/contrib/dev-tools and found some nitpicking. Patch attached, under GPLv3. Also, it would be good if you'll upload this new version to http://dev-www.libreoffice.org/bundles/libo_git_from_tar.sh
Best Regards, -- Korrawit Pruegsanusak
From d597535c8afff1186fc3cc8fb69697cd93175635 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak <[email protected]> Date: Sun, 6 Nov 2011 00:15:04 +0700 Subject: [PATCH] Close quotation mark, correct default value description Released under GPLv3 --- libo_git_from_tar.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libo_git_from_tar.sh b/libo_git_from_tar.sh index 54c28f8..bc086ad 100755 --- a/libo_git_from_tar.sh +++ b/libo_git_from_tar.sh @@ -33,7 +33,7 @@ usage() echo " -h Display this help." echo " -d <path> The location of the core repository for libreoffice. Default: ./libo" echo " -p Pretend. display what would be done, but do not actually do it." - echo " -resume try to re-use already downloaded/partially downloaded tar.bz2 + echo " -resume try to re-use already downloaded/partially downloaded tar.bz2" echo " -t <path> The location of the temporary directory used to download and extract repositories. Default: /tmp" echo "" echo "The arguments name the repositories to be downloaded, 'all' means... all of them. 'dev' means all but translations, which is the default." @@ -43,7 +43,7 @@ usage() echo "Do not abuse this script. Once you have downloaded a set of git repos, it is much more efficient, for you and for us, to use ./g pull -r to refresh your git repositories" echo "" echo "Example:" - echo "$0 # will clone the core repo in ./core (right now: $(pwd)/core) and clone binfilter, help and dictionaries in ./core/clone" + echo "$0 # will clone the core repo in ./libo (right now: $(pwd)/libo) and clone binfilter, help and dictionaries in ./libo/clone" echo "" echo "$0 -d ~/core # clone the core repo in ~/core and clone binfilter, help and dictionaries in ~/core/clone" echo "" -- 1.7.5.4
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
