File mttroot/mtt/bin/trans/mtt_get_subsystems artifact f52b831404 part of check-in 9e50e5fe64
#!/bin/sh # Gets the subsystems subsystems=`sh $1_type.sh 'echo ' ' ' | awk '{if (NR>1) print $2}'` echo $subsystems
#!/bin/sh # Gets the subsystems subsystems=`sh $1_type.sh 'echo ' ' ' | awk '{if (NR>1) print $2}'` echo $subsystems