diff options
author | Juergen Funk <juergen.funk_ml@cib.de> | 2016-01-07 17:38:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-08 12:13:02 +0000 |
commit | 87495ce1214424dbd15aa4271a27f3dcac2ea5e2 (patch) | |
tree | 8da33aca02cc170997acf7f0dab2b3f16ac47d63 /g | |
parent | 861661313e9782ebbfe32b801b9e0968aae0c946 (diff) |
g: fix var in checkout
Change-Id: Ie414037671ca9248931a47000db2b4ed259e72da
Reviewed-on: https://gerrit.libreoffice.org/21217
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'g')
-rwxr-xr-x | g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |