mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Stop at the summary when parsing a file for the app name
This commit is contained in:
parent
69bb03cd71
commit
8f08487839
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ while read line; do
|
|||
case "$l" in
|
||||
'Auto Name:'*) autoname=${l#*:} ;;
|
||||
'Name:'*) name=${l#*:} ;;
|
||||
'Summary:'*) break ;;
|
||||
esac
|
||||
done < "$file"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue