File mttroot/mtt/bin/mtt_check_var artifact 45069e20bd part of check-in 54a96339ac


#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: mtt_check_var

# P.J.Gawthrop July 1997
# Copyright (c) P.J.Gawthrop 1997


###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################

var=$1
name=$2

if [ -z "$1"  ]; then
 echo '***** Shell variable' $name 'not set. *****'
 echo 'Check that mttrc or mttrc.csh has been invoked.'
 exit
fi



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]