Overview
Comment: | $Sys --> ${Sys}. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4340ae9b5cde4b02d770c0255555c538 |
User & Date: | gawthrop@users.sourceforge.net on 2002-04-19 10:12:48 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-19
| ||
10:57:32 | Added simpar.m files to targets check-in: 13a1de724b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:12:48 | $Sys --> ${Sys}. check-in: 4340ae9b5c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:40:35 | $1 --> $Sys in make_p ($1 not set at this point) check-in: 612a3cd4f7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/make_stdin from [96438f0473] to [c1f26ffe2e].
︙ | |||
10 11 12 13 14 15 16 | 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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - + - + - + - + - + | # Tell user Sys=$1 lang=$2 date=`date` outfile=$1_input.$2 |
︙ |