Oops, fix ".whuffie" stripping

This commit is contained in:
Neale Pickett 2011-01-07 15:56:07 -07:00
parent e435d07486
commit 89754e0964
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ adj () {
case "$text" in
.whuffie\ *)
who=${text##whuffie }
who=${text#.whuffie }
amt=$(get "$who")
echo "$who has whuffie score of $amt"
;;