From b2da062138d6676be39238d667bc988f261e97e5 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Wed, 15 Jun 2016 13:39:39 +0200 Subject: [PATCH] typo fix for last commit --- zuper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuper b/zuper index 442ceef..eadf1d0 100755 --- a/zuper +++ b/zuper @@ -1056,7 +1056,7 @@ config.section_read() { org-mode) _contents=`awk ' BEGIN { found=0 } -/^#\+ '"$_section"$'/ { found=1; next } +/^#\+ '"$_section"'$/ { found=1; next } /^#\+/ { if(found==1) exit 0 } /^$/ { next } { if(found==1) print $0 }