gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Use ; as IGN_CONFIG_PATH delimiter on windows #45

Closed scpeters closed 3 years ago

scpeters commented 3 years ago

🦟 Bug fix

Fixes #43

Summary

The ign tool looks in the IGN_CONFIG_PATH environment variable for a : delimited list of paths to search for ignition command files. Since Windows paths have : (for example C:\), this logic incorrectly splits windows paths.

Checklist

Note to maintainers: Remember to use Squash-Merge