summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorJuergen Funk <juergen.funk_ml@cib.de>2016-01-07 17:38:15 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-08 12:13:02 +0000
commit87495ce1214424dbd15aa4271a27f3dcac2ea5e2 (patch)
tree8da33aca02cc170997acf7f0dab2b3f16ac47d63 /g
parent861661313e9782ebbfe32b801b9e0968aae0c946 (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-xg2
1 files changed, 1 insertions, 1 deletions
diff --git a/g b/g
index 423a200231e9..69b0812265fe 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