From 8f08487839a83fd37b9dd9b11807d029c9437b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 6 Jul 2014 11:38:32 +0200 Subject: [PATCH] Stop at the summary when parsing a file for the app name --- fd-commit | 1 + 1 file changed, 1 insertion(+) 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"