Artifact 87b5a9d05ca5c3064e9fbd48f7443b3eb1568903d5d724d992c9cc423ad14d31:
- Executable file mttroot/mtt/bin/trans/abg2cmp_dia2txt — 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: 395) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh ### abg2cmp_dia2txt ## Creates list of components contained in _abg.dia ## Copyright (C) 2002 by Geraint Paul Bevan ###################################### ##### Model Transformation Tools ##### ###################################### set -e # set LANG until fixed bug [647664] LANG="C" dia2abg.pl --create_component_list --diagram_name=$1 --component_list_file=$1_cmp.txt