Skip to content

Commit

Permalink
Cleanup: removing annoying trailing space on pri tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Gina Trapani <[email protected]>
  • Loading branch information
doegox authored and ginatrapani committed Apr 7, 2009
1 parent df1e2eb commit b9f9563
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions todo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ _list() {
| ${TODOTXT_SORT_COMMAND} \
| sed '''
/^[0-9]\{'$PADDING'\} x /! {
s/\(.*(A).*\)/'$PRI_A'\1 '$DEFAULT'/g;
s/\(.*(B).*\)/'$PRI_B'\1 '$DEFAULT'/g;
s/\(.*(C).*\)/'$PRI_C'\1 '$DEFAULT'/g;
s/\(.*([D-Z]).*\)/'$PRI_X'\1 '$DEFAULT'/g;
s/\(.*(A).*\)/'$PRI_A'\1'$DEFAULT'/g;
s/\(.*(B).*\)/'$PRI_B'\1'$DEFAULT'/g;
s/\(.*(C).*\)/'$PRI_C'\1'$DEFAULT'/g;
s/\(.*([D-Z]).*\)/'$PRI_X'\1'$DEFAULT'/g;
}
''' \
| sed '''
Expand Down

0 comments on commit b9f9563

Please sign in to comment.