mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix silly var name typo
This commit is contained in:
parent
8f08487839
commit
b56360512c
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ while read line; do
|
|||
'+Build:'*)
|
||||
$newbuild && onlybuild=false
|
||||
newbuild=true
|
||||
build=${l#*:}
|
||||
build=${line#*:}
|
||||
version=${build%%,*}
|
||||
build=${build#*,}
|
||||
vercode=${build%%,*}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue