Use relative rather than absolute filename in status message

This commit is contained in:
Ed Blackman
2009-03-13 16:40:55 -04:00
parent ed8e8e24d9
commit 37a7bb0e8a

View File

@@ -407,7 +407,7 @@ _list() {
if [ $TODOTXT_VERBOSE == 1 ]; then if [ $TODOTXT_VERBOSE == 1 ]; then
NUMTASKS=$( echo -e "$command" | wc -l | sed 's/ .*//' ) NUMTASKS=$( echo -e "$command" | wc -l | sed 's/ .*//' )
echo "--" echo "--"
echo "TODO: $NUMTASKS of $LINES tasks shown from $src" echo "TODO: $NUMTASKS of $LINES tasks shown from $FILE"
fi fi
} }