[Libreoffice-commits] .: bin/create-tags

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Fri Oct 15 05:40:32 PDT 2010


 bin/create-tags |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1f1b2244e38c242f0e3313ec154db95f188d7616
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Fri Oct 15 14:41:50 2010 +0200

    create-tags, completely fixed to work in rawbuild now

diff --git a/bin/create-tags b/bin/create-tags
index 22d8ccd..2283943 100755
--- a/bin/create-tags
+++ b/bin/create-tags
@@ -7,6 +7,7 @@ current_dir=`basename $PWD`
 # (at least Vim) will most likely consider to be in clone/repo folder.
 if [ "$current_dir" = "rawbuild" ]; then
     cd ../clone
+    current_dir=`basename $PWD`
 fi
 
 if [ "$current_dir" == "clone" ]; then


More information about the Libreoffice-commits mailing list