This commit is contained in:
lovelywcm
2009-03-11 08:45:34 +00:00
parent a75ab263ce
commit 1f345b57b2
2 changed files with 102 additions and 101 deletions

View File

@@ -61,6 +61,7 @@ do
temp=${log%%:*};
convertedLog+=$temp;
convertedLog+=":\"";
# discard used string
log=${log#*:};
else # log, decode it
temp=$( echo ${log%%;*} | base64 -d);