From 569cc98e2451c1273a52ee71bb2430d8a6c5c33f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 9 Nov 2017 22:44:32 +0100 Subject: passwort-tresor: bugfix --- passwort-tresor.in | 1 + 1 file changed, 1 insertion(+) (limited to 'passwort-tresor.in') diff --git a/passwort-tresor.in b/passwort-tresor.in index 4611f83..f2bc20a 100644 --- a/passwort-tresor.in +++ b/passwort-tresor.in @@ -208,6 +208,7 @@ then count=$(grep -c "${suchStr}" "${tmpDir}/output") [ "${count}" -eq 1 ] && break done + [ "${count}" -eq 1 ] && break done if [ "${count}" -ne 1 ] then -- cgit v1.2.3