Differences From 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]
To Artifact [368cf1b1dc]:
- Executable file mtt/bin/trans/mtt_get_subsystems — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 534) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/bin/trans/mtt_get_subsystems
— part of check-in
[66bb5feadf]
at
2002-04-28 18:41:27
on branch origin/master
— Fixed [ 549658 ] awk should be gawk.
Replaced calls to awk with call to gawk. (user: geraint@users.sourceforge.net, size: 534) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + - + | echo "$1 is an invalid argument - ignoring"; exit ;; esac shift done subsystems=`sh $1_sub.sh "echo grep " " $1_abg.m" |\ |
︙ |