From 7fc87d8769e866b54d137e9f5030ab20766b9981 Mon Sep 17 00:00:00 2001 From: lovelywcm Date: Wed, 11 Mar 2009 16:07:07 +0000 Subject: [PATCH] ZG8gbm90IGluY2x1ZGUgIkBnbWFpbC5jb20iIGluIGF1dGhvciBuYW1lCg== --- sendGFWList.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendGFWList.sh b/sendGFWList.sh index a4ea40b..a394f83 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%@*}; convertedLog+=":\""; # discard used string log=${log#*:};