From ed8e8e24d94f1fa7fe7a299abfaac9ec766c3a43 Mon Sep 17 00:00:00 2001 From: Ed Blackman Date: Fri, 13 Mar 2009 16:34:25 -0400 Subject: [PATCH] Consistent spacing for \ continuation in _list --- todo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/todo.sh b/todo.sh index dd186b1..10416b5 100755 --- a/todo.sh +++ b/todo.sh @@ -394,13 +394,13 @@ _list() { s/\(.*([D-Z]).*\)/'$PRI_X'\1 '$DEFAULT'/g; } ''' \ - | eval ${filter_command:-cat} \ - | sort -f -k2 \ + | eval ${filter_command:-cat} \ + | sort -f -k2 \ | sed ''' s/'${HIDE_PRIORITY_SUBSTITUTION:-^}'//g s/'${HIDE_PROJECTS_SUBSTITUTION:-^}'//g s/'${HIDE_CONTEXTS_SUBSTITUTION:-^}'//g - ''' \ + ''' \ ) echo -e "$command"