[Libreoffice-commits] .: g

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Dec 6 09:32:34 PST 2010


 g |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1792c3223c84ac561f1676f7e5836eeca28c53ad
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Dec 6 18:31:26 2010 +0100

    g: Give full path to the repo-list file.

diff --git a/g b/g
index dba698b..2f6fcd4 100755
--- a/g
+++ b/g
@@ -129,7 +129,7 @@ done
 # do it!
 DIRS="bootstrap $(cd $CLONEDIR ; ls)"
 if [ "$COMMAND" = "clone" ] ; then
-    DIRS=$(cat bin/repo-list)
+    DIRS=$(cat "$RAWBUILDDIR/bin/repo-list")
     # update hooks in the main repo too
     ( cd "$RAWBUILDDIR" ; update_hooks "../../git-hooks" )
 fi


More information about the Libreoffice-commits mailing list