Closed gbiggs closed 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
Fixed by 4f3d49d83d0a20282c35b04ce3c35faad670aacf
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.