typo fix for last commit

This commit is contained in:
Jaromil 2016-06-15 13:39:39 +02:00
parent 716dc32389
commit b2da062138
1 changed files with 1 additions and 1 deletions

2
zuper
View File

@ -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 }