Differences From Artifact [ea7dd9515e]:
- Executable file mttroot/mtt/bin/trans/mtt_get_subsystems — part of check-in [2278d2e6d7] at 2000-09-06 12:18:21 on branch origin/master — Remove sorting (user: gawthrop@users.sourceforge.net, size: 475) [annotate] [blame] [check-ins using]
To Artifact [f462408545]:
- Executable file
mttroot/mtt/bin/trans/mtt_get_subsystems
— part of check-in
[2bfe6eaf9d]
at
2000-09-15 08:04:45
on branch origin/master
— Remove the -n echo switch due to version probs.
Its not needed anyway! (user: gawthrop@users.sourceforge.net, size: 532) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
16 17 18 19 20 21 22 | 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 | | > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | 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' ' echo $1_$subsystem #| awk '{printf("%s ",$1)}' done echo fi |
︙ | ︙ |