Overview
Comment:Removed debug lines
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e042ac4799a9dfca66fdc53b2b49a91906e91ab48137aa8d1a66554c0cab6d77
User & Date: gawthrop@users.sourceforge.net on 2000-04-06 10:55:36
Other Links: branch diff | manifest | tags
Context
2000-04-06
11:01:15
Replaced $PWD by `pwd` for sh compatibility check-in: 84d254e277 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:55:36
Removed debug lines check-in: e042ac4799 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:52:53
Replace $PWD with `pwd` for sh compatibility check-in: 257a6a6598 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [7e6ef6916b] to [e2bc57de18].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+







# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.235  2000/04/06 10:52:53  peterg
## Replace $PWD with `pwd` for sh compatibility
##
## Revision 1.234  2000/04/04 16:14:08  peterg
## Sorted mtt help
##
## Revision 1.233  2000/03/16 10:16:11  peterg
## Clean no longer zaps the abg.m files
##
## Revision 1.232  2000/03/16 09:43:35  peterg
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1394
1395
1396
1397
1398
1399
1400

1401

1402
1403
1404
1405
1406
1407
1408







-

-







  mv $1_args.new $1_args.m
fi

# Tidy mode - operate in the directory MTT-work
if [ "$tidy" = "tidy" ]; then
   mkdir -p MTT_work
   cp -p -u  Makefile *.* .* MTT_work  2>/dev/null
   echo now in `pwd`
   cd MTT_work
   echo now in `pwd`
   if [ -z "$directory" ]; then
     Directory=''
   else
     Directory=$directory/MTT_work
   fi

     mtt -u -q  $mtt_switches -S "$Directory"  $1 $2 $3 $4


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