Skip to content

Commit

Permalink
[qtcreator] more env var fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 29, 2024
1 parent e2d31fa commit 931af9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qtcreator/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function qtcreator
/opt/Qt/Tools/QtCreator/bin/qtcreator.sh
}

# TODO(anyone): remove when tue-env is updated to new variable names
if [[ ! -v TUE_ENV_ROS_VERSION && -v TUE_ROS_VERSION ]]
then
TUE_ENV_ROS_VERSION=${TUE_ROS_VERSION}
Expand Down

0 comments on commit 931af9a

Please sign in to comment.