Changed 'git' to 'trick-gte'. Ref #475

This commit is contained in:
John M. Penn
2017-09-13 14:46:28 -05:00
parent 9335b9cff8
commit db2f00cc4e
4 changed files with 10 additions and 10 deletions

View File

@ -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` ; " ;
}