[Libreoffice-commits] core.git: g
Juergen Funk
juergen.funk_ml at cib.de
Fri Jan 8 04:13:23 PST 2016
g | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 87495ce1214424dbd15aa4271a27f3dcac2ea5e2
Author: Juergen Funk <juergen.funk_ml at cib.de>
Date: Thu Jan 7 17:38:15 2016 +0100
g: fix var in checkout
Change-Id: Ie414037671ca9248931a47000db2b4ed259e72da
Reviewed-on: https://gerrit.libreoffice.org/21217
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/g b/g
index 423a200..69b0812 100755
--- a/g
+++ b/g
@@ -213,7 +213,7 @@ local module
elif [ "$cmd" = "-b" ] ; then
create_branch=1
elif [ "$create_branch" = "1" ] ; then
- branch="$arg"
+ branch="$cmd"
create_branch=0
fi
done
More information about the Libreoffice-commits
mailing list