From 37a7bb0e8a92a918836a13f52282108cb97d74c0 Mon Sep 17 00:00:00 2001 From: Ed Blackman Date: Fri, 13 Mar 2009 16:40:55 -0400 Subject: [PATCH] Use relative rather than absolute filename in status message --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index 10416b5..21a679c 100755 --- a/todo.sh +++ b/todo.sh @@ -407,7 +407,7 @@ _list() { if [ $TODOTXT_VERBOSE == 1 ]; then NUMTASKS=$( echo -e "$command" | wc -l | sed 's/ .*//' ) echo "--" - echo "TODO: $NUMTASKS of $LINES tasks shown from $src" + echo "TODO: $NUMTASKS of $LINES tasks shown from $FILE" fi }