File mttroot/mtt/bin/trans/mtt_repname artifact 35f149671a part of check-in b864a7bf65
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: mtt_repname
# Returns the representation name from System_rep.lang
# P.J.Gawthrop Feb 2000
# Copyright (C) 2000 by Peter J. Gawthrop
echo $1 | tr '.' '_' | awk -F '_' '{print $2}'