Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quote arguments to echo in libcommon.sh (#590)
If /bin/sh is provided by bash, echo will consume arguments such as `-e`. On such a system, running `rosrun gazebo_ros gzserver -e ode empty_world.world` will execute `gzserver` with the `-e` missing (meaning the world file is ignored).
- Loading branch information