Overview
Comment: | Changed $ext to give accurate match -- matches t ot m at end of filename |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d7c6bd864161a1176434fca3e83d32b2 |
User & Date: | gawthrop@users.sourceforge.net on 1997-09-04 09:35:04 |
Other Links: | branch diff | manifest | tags |
Context
1997-09-04
| ||
09:49:19 | Initial revision check-in: 5ad7a99a95 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:35:04 |
Changed $ext to give accurate match -- matches t ot m at end of filename check-in: d7c6bd8641 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:21:01 | Added context-dependent sort. check-in: 7e9d2ddb9d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt_help from [187641e057] to [db9f22911e].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.4 1997/09/04 09:16:29 peterg # Removed sort -u # ## Revision 1.3 1996/11/09 21:10:20 peterg ## Tidied up searches by putting everyrhing into lib. ## # Revision 1.2 1996/11/02 10:22:54 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop 1996 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.5 1997/09/04 09:21:01 peterg # Added context-dependent sort. # # Revision 1.4 1997/09/04 09:16:29 peterg # Removed sort -u # ## Revision 1.3 1996/11/09 21:10:20 peterg ## Tidied up searches by putting everyrhing into lib. ## # Revision 1.2 1996/11/02 10:22:54 peterg |
︙ | ︙ | |||
39 40 41 42 43 44 45 | echo ' mtt help components <match_string>' echo ' mtt help examples <match_string>' echo ' mtt help CRs <match_string>' echo ' mtt help <component_or_example_or_CR_name>' exit fi | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | echo ' mtt help components <match_string>' echo ' mtt help examples <match_string>' echo ' mtt help CRs <match_string>' echo ' mtt help <component_or_example_or_CR_name>' exit fi ext='_*.*[mt]' summary='[%#]SUMMARY' description='[%#]DESCRIPTION' case $topic in components) key=$summary find_path=$MTT_COMPONENTS |
︙ | ︙ |