Commit 7fc87d87 authored by lovelywcm's avatar lovelywcm

ZG8gbm90IGluY2x1ZGUgIkBnbWFpbC5jb20iIGluIGF1dGhvciBuYW1lCg==

parent a2b049f2
......@@ -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#*:};
......
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