mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
fd-commit: don't use wrong name when there is no autoname
This commit is contained in:
parent
d0bc41da49
commit
75180dc126
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ while read line; do
|
||||||
|
|
||||||
[ -d metadata/$id ] && extra=metadata/$id
|
[ -d metadata/$id ] && extra=metadata/$id
|
||||||
|
|
||||||
|
autoname=""
|
||||||
while read l; do
|
while read l; do
|
||||||
if [[ "$l" == "Auto Name:"* ]]; then
|
if [[ "$l" == "Auto Name:"* ]]; then
|
||||||
autoname=${l##*:}
|
autoname=${l##*:}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue