Commit Diff
--- t_done.sh +++ t_done.sh @@ -89,7 +89,7 @@ t_print() { if [ -n "$date" ] && [ -z "$onlydone$showall" ]; then today=$(date +%Y%m%d) - if [ "$date" -gt "$today" ]; then + if [ "$today" -gt "$date" ]; then todo=$(echo "$todo" | sed -E "s/($re_prefix)(.*)/\1** \2 **/") fi