From 6032755c2e33c7b0ca5d42c9f171de93dfb0849d Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 10 Jan 2011 14:11:58 -0600 Subject: [PATCH] One more change --- whuffie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whuffie b/whuffie index b2f4a0c..7d25294 100755 --- a/whuffie +++ b/whuffie @@ -23,8 +23,8 @@ adj () { case "$text" in - .whuffie\ *) - who=${text#.whuffie } + whuffie\ *) + who=${text#whuffie } amt=$(get "$who") echo "$who has whuffie score of $amt" ;;