gbiggs / rtshell

Shell commands for managing RT-Middleware running on OpenRTM-aist.
http://openrtm.org
GNU Lesser General Public License v3.0
10 stars 17 forks source link

setup.py doesn't call sed properly #19

Closed gbiggs closed 9 years ago

gbiggs commented 10 years ago

On Linux, the call to sed in setup.py that passes arguments with spaces in them does not do so correctly, causing sed to interpret the single argument as multiple arguments separated at the spaces. Quoting the arguments confuses sed to think that the quote is a command.

yosuke commented 9 years ago

Any progress on this issue? bash_completion not working under Linux in the latest version. sed -i option may work badly for Mac and Linux compatibility: http://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux

gbiggs commented 9 years ago

Fixed by 4f3d49d83d0a20282c35b04ce3c35faad670aacf