blob: 9ab4df011df1ab799d3a29e5d2ee93dc86c6f348 [file] [log] [blame]
test=""
while read line; do
is_category=`echo $line | sed -e 's/^.*\.$/true/g'`
if test "x$is_category" = "xtrue"; then
test=$line
else
echo "${test}${line}"
fi
done