Overview
| Comment: | Fixed -noglobals bug. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
770a60cb33bf070505688748437e770d |
| 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
Modified mttroot/mtt/bin/trans/cse2smx_lang
from [a5a2c78af6]
to [2135ad4a0b].
| ︙ | ︙ | |||
10 11 12 13 14 15 16 | # Copyright (C) 2000 by Peter J. Gawthrop ## Modified from eailier version # Args while [ -n "`echo $1 | grep '^-'`" ]; do case $1 in | | | | 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
-noglobals)
noglobals='-noglobals';
;;
-parameters)
parameters='-parameters';
;;
*)
echo $1 is an unknown option
exit;;
|
| ︙ | ︙ |