Consistency: Also use /[A-Z]/ instead of /[[:upper:]]/.

Aligning the single outlier with the common usage.
This commit is contained in:
Ingo Karkat
2011-05-10 14:40:38 +02:00
parent 8f92cb6f66
commit 56bd927747

View File

@@ -1020,7 +1020,7 @@ case $action in
} }
else else
## No priority specified; show all priority tasks ## No priority specified; show all priority tasks
pri="[[:upper:]]" pri="[A-Z]"
fi fi
pri="($pri)" pri="($pri)"