Differences From Artifact [a6b9f536bc]:
- Executable file mttroot/mtt/bin/trans/abg_dia2m — part of check-in [ab4fa89346] at 2002-12-03 22:22:12 on branch origin/master — Write to file instead of stdout. (user: geraint@users.sourceforge.net, size: 342) [annotate] [blame] [check-ins using] [more...]
To Artifact [e4b5ac8666]:
- Executable file mttroot/mtt/bin/trans/abg_dia2m — part of check-in [b96113a97a] at 2002-12-03 20:11:40 on branch origin/master — Added 'set -e'. (user: geraint@users.sourceforge.net, size: 331) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | #! /bin/sh ### abg2cmp_dia2txt ## Creates _abg.m from _abg.dia ## Copyright (C) 2002 by Geraint Paul Bevan ###################################### ##### Model Transformation Tools ##### ###################################### set -e # set LANG until fixed bug [647664] |