mirror of
https://github.com/nasa/trick.git
synced 2025-06-22 00:41:52 +00:00
Trick bin fix (#1858)
This commit is contained in:
@ -145,7 +145,7 @@ public class UIUtils
|
|||||||
*/
|
*/
|
||||||
public static String getTrickBin()
|
public static String getTrickBin()
|
||||||
{
|
{
|
||||||
String ret = System.getenv("TRICK_BIN");
|
String ret = System.getenv("TRICK_HOME");
|
||||||
if (ret == null)
|
if (ret == null)
|
||||||
{
|
{
|
||||||
ret = getUserHome();
|
ret = getUserHome();
|
||||||
|
Reference in New Issue
Block a user