ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Fix bug preventing Prax from working in directories that have spaces in the name. #93

Closed creature closed 10 years ago

creature commented 10 years ago

I had cause to use Prax in a directory that had spaces in the name. It didn't work. This fixes it by wrapping $PWD in quotes whenever it's used.

It also fixes a small formatting issue in the readme.

ysbaddaden commented 10 years ago

Oh, thanks!