g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 87495ce1214424dbd15aa4271a27f3dcac2ea5e2 Author: Juergen Funk <juergen.funk...@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 <c...@libreoffice.org> Reviewed-by: Michael Stahl <mst...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits