Overview
Comment:Fixed -noglobals bug.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 770a60cb33bf070505688748437e770d7e5d3f300f4905c1d7977920e4aa6aae
User & Date: gawthrop@users.sourceforge.net on 2000-05-11 08:03:28.000
Other Links: branch diff | manifest | tags
Context
2000-05-11
08:30:00
Old version -- about to try new parameterised version check-in: 7835bb5bc0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:03:28
Fixed -noglobals bug. check-in: 770a60cb33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:03:02
Remove the mtt no global stuff check-in: 639320e359 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16
17
18


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


17
18
19
20
21
22
23
24
25







-
-
+
+







# Copyright (C) 2000 by Peter J. Gawthrop
## Modified from eailier version


# Args
while [ -n "`echo $1 | grep '^-'`" ]; do
  case $1 in
    -noglobal)
	noglobal='-noglobal';
    -noglobals)
	noglobals='-noglobals';
	;;
    -parameters)
	parameters='-parameters';
	;;
    *)
	echo $1 is an unknown option
        exit;;

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