File mttroot/mtt/bin/trans/mtt_p2m artifact add8501e92 part of check-in bbd6a4dbf2
#! /bin/sh sed 's/begin//' |\ sed 's/end//' |\ sed 's/\[\([0-9]*\)\]/(\1)/g' |\ sed 's/:=/ = /' |\ awk '{ sub(/^[\ ]*/, "", $0) if ((match($0,"=")>0)&&(match($NF,"[\#;]")==0)){ Previous = $0 } else { print Previous $0 Previous = "" } }' sed 's/\([^\.;\#]\)$/\1\\/'