osrf / rosbook

Example code to accompany the book Programming Robots with ROS
Apache License 2.0
477 stars 238 forks source link

fix-shebang duplication #26

Closed hunterino closed 1 year ago

hunterino commented 7 years ago

Removed duplicate Shebang

gbiggs commented 7 years ago

I suspect that these are actually intentional duplications to:

gerkey commented 7 years ago

Yeah, as @gbiggs said, we're trying to make the code in this repo do double-duty: be runnable by users but also be parseable by the asciidoc typesetting system used by O'Reilly to produce the book. I don't think that we can get away with removing the duplicate shebang lines. But we'll take a look; we're about to embark on a second printing that will give us a chance to incorporate improvements.