From b9f95633dc3377ff7ac0295cfe19a349025bffe1 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 8 Apr 2009 07:16:34 +0800 Subject: [PATCH] Cleanup: removing annoying trailing space on pri tasks Signed-off-by: Gina Trapani --- todo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todo.sh b/todo.sh index 84003f5..253acfb 100755 --- a/todo.sh +++ b/todo.sh @@ -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 '''