[Libreoffice-commits] .: g
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Aug 28 09:21:45 PDT 2011
g | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit dc28f1945c0716e7525813c662a21bf210a8fe5e
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Aug 28 11:21:34 2011 -0500
mishap in ./g, issue with links creations
diff --git a/g b/g
index b66c476..2d537b0 100755
--- a/g
+++ b/g
@@ -3,6 +3,8 @@
# Wrapper for git to handle more subdirs at the same time
#
+set -x
+
# no params, no action
if [ "$#" -eq "0" ] ; then
git
@@ -54,8 +56,8 @@ refresh_hooks()
fi
;;
help|dictionaries)
- if [ -d $COREDIR/clone/$core ] ; then
- pushd $COREDIR/clone/$core > /dev/null
+ if [ -d $COREDIR/clone/$repo ] ; then
+ pushd $COREDIR/clone/$repo > /dev/null
# fixme: we should really keep these per-repo to
# keep the repos independant. since these two
# are realy not independant yet, we keep using core's hooks
More information about the Libreoffice-commits
mailing list