[Libreoffice-commits] .: g

Tor Lillqvist tml at kemper.freedesktop.org
Fri May 6 06:38:23 PDT 2011


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

New commits:
commit b5e7a351f26a4411883b47c7f9ca96e8cce518a1
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri May 6 16:37:19 2011 +0300

    Dont print misleading information

diff --git a/g b/g
index 399835a..410d86d 100755
--- a/g
+++ b/g
@@ -268,7 +268,7 @@ for REPO in $DIRS ; do
 				    rm "$RAWBUILDDIR/$link"
 				    echo -n "re-"
 			        fi
-                                echo "creating missing link $link $DIR/$link -> $RAWBUILDDIR/$link"
+                                echo "creating missing link $link"
                                 ln -s "$DIR/$link" "$RAWBUILDDIR/$link"
                             fi
                         done


More information about the Libreoffice-commits mailing list