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