Artifact 8500aa43494430679ab613c0c85be3a5510ae2b63d0a630fe009c6e7c7d72553:


#! /bin/sh

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

# Bourne shell script: mtt_error_r
# Does the error handing for transformations and forces error exit.
# This is the version for resuce which does not use error output.
# P.J.Gawthrop  August 1996
# Copyright (c) P.J.Gawthrop, 1996

log_file=$1

#Reduce writes errors to std output with ***** in front.
grep '\*\*\*\*\*' $log_file >mtt_error.txt

# Now invoke the standard error handling.
mtt_error mtt_error.txt

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