Overview
Comment:Fixed [ 647664 ] Namespace clash: LANG
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 57a87aa7c55785d2675c1330fd23b44bba15e1b1cc677d81d1dbcb742763d240
User & Date: geraint@users.sourceforge.net on 2002-12-12 17:23:27
Other Links: branch diff | manifest | tags
Context
2002-12-12
17:43:33
Fixed [ 652792 ] CVS status failure prevents sfun.zip check-in: c03dcc0415 user: geraint@users.sourceforge.net tags: origin/master, trunk
17:23:27
Fixed [ 647664 ] Namespace clash: LANG check-in: 57a87aa7c5 user: geraint@users.sourceforge.net tags: origin/master, trunk
17:18:43
Fixed [ 647664 ] Namespace clash: LANG
Prepended MTT_ to SYS, OPTS and LANG environment variables.
check-in: 43c2af3a70 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/abg2cmp_dia2txt from [b2b4a9d48e] to [db39850f41].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /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












<
|
1
2
3
4
5
6
7
8
9
10
11
12

13
#! /bin/sh

### abg2cmp_dia2txt
## Creates list of components contained in _abg.dia
## Copyright (C) 2002 by Geraint Paul Bevan

  ###################################### 
  ##### Model Transformation Tools #####
  ######################################

set -e
  

dia2abg.pl --create_component_list --diagram_name=$1

Modified mttroot/mtt/bin/trans/abg_dia2m from [e4b5ac8666] to [16592fa595].

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]
LANG="C" dia2abg.pl --create_abg --diagram_name=$1












<
|
1
2
3
4
5
6
7
8
9
10
11
12

13
#! /bin/sh

### abg2cmp_dia2txt
## Creates _abg.m from _abg.dia
## Copyright (C) 2002 by Geraint Paul Bevan

  ###################################### 
  ##### Model Transformation Tools #####
  ######################################

set -e
  

dia2abg.pl --create_abg --diagram_name=$1


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]