Overview
Comment: | Remove sorting |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2278d2e6d70e53f7b7b62f5d57597667 |
User & Date: | gawthrop@users.sourceforge.net on 2000-09-06 12:18:21 |
Other Links: | branch diff | manifest | tags |
Context
2000-09-07
| ||
12:07:26 | *** empty log message *** check-in: 99883ed2bd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-09-06
| ||
12:18:21 | Remove sorting check-in: 2278d2e6d7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-09-04
| ||
08:42:53 | Put in extra echo to space output check-in: 017791f735 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_get_subsystems from [21c4e58c61] to [ea7dd9515e].
︙ | ︙ | |||
9 10 11 12 13 14 15 | *) echo "$1 is an invalid argument - ignoring"; exit ;; esac shift done | | > | | > > > | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | *) echo "$1 is an invalid argument - ignoring"; exit ;; esac shift done subsystems=`sh $1_sub.sh "echo grep " " $1_abg.m" |\ sh | awk -F '.' '{print $3}'` if [ -n "$strip" ]; then echo $subsystems else for subsystem in $subsystems; do echo -n $1_$subsystem' ' done echo fi |
︙ | ︙ |