Overview
Comment: | Now takes the base path as an argument |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
67c4a3a8e177cd35b2bc650205fb24ed |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-27 14:57:43 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-27
| ||
15:16:44 | If then else format check-in: 91f7b86c59 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:57:43 | Now takes the base path as an argument check-in: 67c4a3a8e1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:50:40 |
This is the first CVS version (4.9). Commented out code now deleted check-in: 1c927da37a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc from [f62b9d84c9] to [2d8c71b858].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.14 2000/12/27 13:11:43 peterg ## *** empty log message *** ## ## Revision 1.13 2000/10/03 12:12:14 peterg ## New path structure to account for three way split in mtt tree ## ## Revision 1.12 2000/09/18 12:17:07 peterg ## Now includes to control system toolbox in OCTAVE_PATH ## Don't use -path stuff - use :: instead. ## |
︙ | |||
51 52 53 54 55 56 57 58 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | + - - - + + + + - + | # # Revision 1.2 1997/12/04 10:49:16 peterg # Put under RCS at last # Added CC variable # ############################################################### MTT_BASE=$1 |
︙ |