ZG8gbm90IGluY2x1ZGUgIkBnbWFpbC5jb20iIGluIGF1dGhvciBuYW1lCg==

This commit is contained in:
lovelywcm 2009-03-11 16:07:07 +00:00
parent a2b049f2e4
commit 7fc87d8769

View File

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