Commit Diff


commit - ddd6e0fa6ee5c3b9ba2e7cc161570abea467f575
commit + a8437432d629cf1cbdbcc72883e9d0f46dc79e11
blob - 143436fd62d3ae5df3919c4325448dbc77082aa1
blob + 51167b709f83fadabdabf8f62870d9d6dbea1266
--- t_done.sh
+++ t_done.sh
@@ -104,7 +104,7 @@ t_print() {
 
 			if [ -n "$date" ] && [ -z "$onlydone$showall" ]; then
 				today=$(date +%Y%m%d)
-				if [ "$today" -gt "$date" ]; then
+				if [ "$today" -ge "$date" ]; then
 					todo=$(echo "$todo" |
 							   sed -E "s/($re_prefix)(.*)/\1** \2 **/")
 				fi