Commit dfa50f6f authored by lovelywcm's avatar lovelywcm

YWRkIGEgY29tbWVudAo=

parent c6483bf8
...@@ -59,7 +59,7 @@ while [ "$log" != "" ] ...@@ -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#*:};
......
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