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

fd-commit: don't use wrong name when there is no autoname

This commit is contained in:
Ciaran Gultnieks 2013-12-11 09:29:37 +00:00
parent d0bc41da49
commit 75180dc126

View File

@ -27,6 +27,7 @@ while read line; do
[ -d metadata/$id ] && extra=metadata/$id
autoname=""
while read l; do
if [[ "$l" == "Auto Name:"* ]]; then
autoname=${l##*:}