File mttroot/mtt/bin/trans/mtt_langname artifact 080d1d07c0 part of check-in 8ac7d4a29a
#! /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 | gawk -F '.' '{print $2}'