From dfa50f6f27dcb408b7d51ba2f30394cc9c498b36 Mon Sep 17 00:00:00 2001 From: lovelywcm Date: Wed, 11 Mar 2009 16:13:48 +0000 Subject: [PATCH] YWRkIGEgY29tbWVudAo= --- sendGFWList.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendGFWList.sh b/sendGFWList.sh index a394f83..2737778 100755 --- a/sendGFWList.sh +++ b/sendGFWList.sh @@ -59,7 +59,7 @@ while [ "$log" != "" ] do if (( $i%2 == 0 )); then # author temp=${log%%:*}; - convertedLog+=${temp%@*}; + convertedLog+=${temp%@*}; # don't include "@gmail.com" convertedLog+=":\""; # discard used string log=${log#*:};