Index: mttroot/mtt/bin/trans/abg2cmp_dia2txt ================================================================== --- mttroot/mtt/bin/trans/abg2cmp_dia2txt +++ mttroot/mtt/bin/trans/abg2cmp_dia2txt @@ -5,8 +5,10 @@ ## 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 Index: mttroot/mtt/bin/trans/abg_dia2m ================================================================== --- mttroot/mtt/bin/trans/abg_dia2m +++ mttroot/mtt/bin/trans/abg_dia2m @@ -5,8 +5,10 @@ ## Copyright (C) 2002 by Geraint Paul Bevan ###################################### ##### Model Transformation Tools ##### ###################################### + +set -e # set LANG until fixed bug [647664] LANG="C" dia2abg.pl --create_abg --diagram_name=$1