mirror of
https://github.com/nasa/trick.git
synced 2025-04-14 22:46:42 +00:00
Trick bin fix (#1858)
This commit is contained in:
parent
0310a06753
commit
1299f44d1a
@ -145,7 +145,7 @@ public class UIUtils
|
||||
*/
|
||||
public static String getTrickBin()
|
||||
{
|
||||
String ret = System.getenv("TRICK_BIN");
|
||||
String ret = System.getenv("TRICK_HOME");
|
||||
if (ret == null)
|
||||
{
|
||||
ret = getUserHome();
|
||||
|
Loading…
x
Reference in New Issue
Block a user