Artifact 8500aa43494430679ab613c0c85be3a5510ae2b63d0a630fe009c6e7c7d72553:
- Executable file mtt/bin/trans/mtt_error_r — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 558) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/mtt_error_r — part of check-in [571d9e6df1] at 2000-12-28 09:00:17 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 558) [annotate] [blame] [check-ins using]
#! /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