From: Daniel Martí Date: Sun, 6 Jul 2014 09:38:32 +0000 (+0200) Subject: Stop at the summary when parsing a file for the app name X-Git-Tag: 0.2.1~29 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8f08487839a83fd37b9dd9b11807d029c9437b59;p=fdroidserver.git Stop at the summary when parsing a file for the app name --- diff --git a/fd-commit b/fd-commit index 0cee014f..d7b9cf92 100755 --- a/fd-commit +++ b/fd-commit @@ -57,6 +57,7 @@ while read line; do case "$l" in 'Auto Name:'*) autoname=${l#*:} ;; 'Name:'*) name=${l#*:} ;; + 'Summary:'*) break ;; esac done < "$file"