From 56bd9277474512412b4b8eecfdfd74f1a0fd1d79 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Tue, 10 May 2011 14:40:38 +0200 Subject: [PATCH] Consistency: Also use /[A-Z]/ instead of /[[:upper:]]/. Aligning the single outlier with the common usage. --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index e75e277..5592c73 100755 --- a/todo.sh +++ b/todo.sh @@ -1020,7 +1020,7 @@ case $action in } else ## No priority specified; show all priority tasks - pri="[[:upper:]]" + pri="[A-Z]" fi pri="($pri)"