[Libreoffice-commits] .: bin/g

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Oct 24 13:01:11 PDT 2010


 bin/g |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 99fb8892a00631ad023c074182c1bb0ca92e29f5
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Oct 24 14:54:03 2010 -0500

    allow git repository name substitution on the ./bin/g command line

diff --git a/bin/g b/bin/g
index 27fcf3f..f0928de 100755
--- a/bin/g
+++ b/bin/g
@@ -125,6 +125,7 @@ for DIR in * ; do
                 PWD=`pwd`
                 PWDLEN=`pwd | wc -c`
                 for I in "${FILES[@]}" ; do
+		    I="${I//@REPO@/${DIR}}"
                     unset FILES[$FILESNUM]
                     FILESNUM=$(($FILESNUM+1))
                     # filter out files that don't belong to this repo


More information about the Libreoffice-commits mailing list