Commit dfa50f6f authored by lovelywcm's avatar lovelywcm

YWRkIGEgY29tbWVudAo=

parent c6483bf8
......@@ -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#*:};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment