File mttroot/mtt/bin/trans/mtt_repname artifact bde7d0e306 part of check-in 140dec84c3
#! /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 '.' '_' | gawk -F '_' '{print $2}'