tue-robotics / tue-env

Package manager that can be used to install (ROS) dependencies
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

fix(git) remove quotes to resolve tilde #629

Closed MatthijsBurgh closed 1 year ago

ar13pit commented 1 year ago

This is not correct. We should make sure that instead of using "~" we use "$HOME" in the input because removing the quotes will not protect from path splitting.