mirror of
https://github.com/nasa/trick.git
synced 2025-06-21 00:23:14 +00:00
Changed 'git' to 'trick-gte'. Ref #475
This commit is contained in:
@ -129,9 +129,9 @@ int Trick::SlaveInfo::start() {
|
||||
}
|
||||
|
||||
if (strstr(passp->pw_shell, "csh")) {
|
||||
startup_command << " setenv TRICK_HOST_CPU `gte TRICK_HOST_CPU` ; " ;
|
||||
startup_command << " setenv TRICK_HOST_CPU `trick-gte TRICK_HOST_CPU` ; " ;
|
||||
} else {
|
||||
startup_command << " export TRICK_HOST_CPU=`gte TRICK_HOST_CPU` ; " ;
|
||||
startup_command << " export TRICK_HOST_CPU=`trick-gte TRICK_HOST_CPU` ; " ;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user