1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00

Fix silly var name typo

This commit is contained in:
Daniel Martí 2014-07-06 23:28:25 +02:00
parent 8f08487839
commit b56360512c

View File

@ -82,7 +82,7 @@ while read line; do
'+Build:'*)
$newbuild && onlybuild=false
newbuild=true
build=${l#*:}
build=${line#*:}
version=${build%%,*}
build=${build#*,}
vercode=${build%%,*}