diff options
author | EuAndreh <eu@euandre.org> | 2022-01-20 16:31:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-20 16:31:08 -0300 |
commit | ca0e2353abe28c6d3a59ab772b78ecb83e9e2fc4 (patch) | |
tree | a354512b7de7fa091db1ede385ddf6cbff522f5c /aux | |
parent | scripts/paku: Fix links to project homepages (diff) | |
download | package-repository-ca0e2353abe28c6d3a59ab772b78ecb83e9e2fc4.tar.gz package-repository-ca0e2353abe28c6d3a59ab772b78ecb83e9e2fc4.tar.xz |
aux/workflow/TODOs.sh: Fix catenation of aux/workflow/preamble.md
Diffstat (limited to 'aux')
-rwxr-xr-x | aux/workflow/TODOs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/TODOs.sh b/aux/workflow/TODOs.sh index b7cbae1..05cf3cb 100755 --- a/aux/workflow/TODOs.sh +++ b/aux/workflow/TODOs.sh @@ -40,8 +40,8 @@ if [ -z "${PROJECT_UC:-}" ]; then fi -cat aux/workflow/preamble.md TODOs.md | - td -H | +td -H | + cat aux/workflow/preamble.md - | sed \ -e "s:@PROJECT_UC@:$PROJECT_UC:g" \ -e "s:@PROJECT@:$PROJECT:g" \ |