YWRkIGEgY29tbWVudAo=

This commit is contained in:
lovelywcm 2009-03-11 16:13:48 +00:00
parent c6483bf816
commit dfa50f6f27

View File

@ -59,7 +59,7 @@ while [ "$log" != "" ]
do do
if (( $i%2 == 0 )); then # author if (( $i%2 == 0 )); then # author
temp=${log%%:*}; temp=${log%%:*};
convertedLog+=${temp%@*}; convertedLog+=${temp%@*}; # don't include "@gmail.com"
convertedLog+=":\""; convertedLog+=":\"";
# discard used string # discard used string
log=${log#*:}; log=${log#*:};