Overview
Comment:Just look for / in the relevant field.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 4709317c6a1b152aef969f0911a2e8248c78282098333cd89f225afb4569f381
User & Date: gawthrop@users.sourceforge.net on 1998-07-27 08:38:11
Other Links: branch diff | manifest | tags
Context
1998-07-27
09:53:44
No change check-in: 0fd5e62a24 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:38:11
Just look for / in the relevant field. check-in: 4709317c6a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:29:44
Include a comment field in the aliases check-in: 24f94498a5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/lbl2component from [232baa17de] to [b302a3a531].

10
11
12
13
14
15
16



17
18
19
20
21

22
23
24
25
26
27
28
29
30
# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



###############################################################


# Regexp for an alias
alias='^[#%]ALIAS'


grep $alias $1_lbl.txt  | grep '/' | awk '{print "mtt -q compcopy " $3}'














>
>
>





>

|







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1998/07/17 17:04:50  peterg
## Initial revision
##
###############################################################


# Regexp for an alias
alias='^[#%]ALIAS'
dir='/'

grep $alias $1_lbl.txt | awk '{if (match($3,$dir)>0) print "mtt -q compcopy " $3}'








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