From 7b769b2eea8fe5182e1695ff477cc87935045eae Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Tue, 17 Mar 2009 19:15:27 -0400 Subject: [PATCH] s/[A-Z]/[[:upper:]]/ --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index 505ea7f..93ecc37 100755 --- a/todo.sh +++ b/todo.sh @@ -653,7 +653,7 @@ case $action in } else ## No priority specified; show all priority tasks - pri="[A-Z]" + pri="[[:upper:]]" fi pri="($pri)"