diff options
author | EuAndreh <eu@euandre.org> | 2021-01-25 16:30:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-25 16:30:01 -0300 |
commit | 7e2e49837d3ec853c47fcd23da014e39f3c2d580 (patch) | |
tree | 0b56bdf809fafe1ba55d095a32194dcb333581e3 | |
parent | TODOs.md: Manually adjust file after automatic translation from org-mode (diff) | |
download | euandre.org-7e2e49837d3ec853c47fcd23da014e39f3c2d580.tar.gz euandre.org-7e2e49837d3ec853c47fcd23da014e39f3c2d580.tar.xz |
build-aux/assert-todos.sh: Update shared file
Diffstat (limited to '')
-rwxr-xr-x | build-aux/assert-todos.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/assert-todos.sh b/build-aux/assert-todos.sh index fea8395..00fdeec 100755 --- a/build-aux/assert-todos.sh +++ b/build-aux/assert-todos.sh @@ -29,7 +29,7 @@ h2flag == 1 { h2flag = 0 } -/^## / { +/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE)/ { if (match($0, / \{#.*?\}$/) == 0) { print "Missing ID for line " NR ":\n" $0 exitstatus = 1 @@ -51,7 +51,7 @@ h2flag == 1 { } -/^# Improvements$/ { +/^# Scratch$/ { exit exitstatus } ' TODOs.md |