1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
+
+
+
|
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: rbg2abg_m
#
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.17 2000/12/05 12:04:03 peterg
## Changed function name to name()
##
## Revision 1.16 2000/12/05 09:04:08 peterg
## Fixed function () compatibility problem.
##
## Revision 1.15 2000/11/03 14:53:33 peterg
## Copy NOTPAR as well
##
## Revision 1.14 2000/09/14 08:41:35 peterg
|
221
222
223
224
225
226
227
228
229
230
231
232
233
|
224
225
226
227
228
229
230
|
-
-
-
-
-
-
|
if mtt_error mtt_error.txt
then
exit 0
else
exit 1
fi
|