Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gazebo_ros] Quote arguments to echo in libcommon.sh #590

Merged
merged 1 commit into from
Jun 12, 2017

Conversation

daewok
Copy link

@daewok daewok commented Jun 11, 2017

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).

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).
@j-rivero
Copy link
Contributor

Looks good to me. Thanks!

@j-rivero j-rivero merged commit 2809c25 into ros-simulation:kinetic-devel Jun 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants