Overview
Comment: | Corrected output message |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9a68fc39547dfbb8e23f162da8a10778 |
User & Date: | gawthrop@users.sourceforge.net on 2000-10-12 19:24:55 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-12
| ||
19:25:39 | Now generateds the _aliased.txt file check-in: 00cbebae6c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:24:55 | Corrected output message check-in: 9a68fc3954 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:38:47 |
New method of sympar generation implemented - uses mtt_make_sympar Check/update of numpar.txt is forced. check-in: b34acf51b7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_update from [a65ea4ea80] to [9f0ffb24f1].
︙ | ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 2000/10/12 15:11:30 peterg ## Added the update switch ## ## Revision 1.2 2000/10/12 13:45:13 peterg ## Put in the no-file version ## ## Revision 1.1 2000/10/12 12:32:23 peterg | > > > | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 2000/10/12 17:57:34 peterg ## Fixed header typos ## ## Revision 1.3 2000/10/12 15:11:30 peterg ## Added the update switch ## ## Revision 1.2 2000/10/12 13:45:13 peterg ## Put in the no-file version ## ## Revision 1.1 2000/10/12 12:32:23 peterg |
︙ | ︙ | |||
80 81 82 83 84 85 86 | in_text=`cat mtt_in_text` echo "The following variables are defined in $textfile, but do not exist:" echo $in_text echo Use mtt $sys $rep $ext to update fi if [ -f "mtt_in_info" ]; then in_info=`cat mtt_in_info` | | | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | in_text=`cat mtt_in_text` echo "The following variables are defined in $textfile, but do not exist:" echo $in_text echo Use mtt $sys $rep $ext to update fi if [ -f "mtt_in_info" ]; then in_info=`cat mtt_in_info` echo "The following variables exist, but are not defined in $textfile:" echo $in_info echo Use mtt $sys $rep $ext to update fi exit fi answered='' if [ -f "mtt_in_text" ]; then |
︙ | ︙ |