Page 3 of 3

Re: Super simple script for running love projects on mac

Posted: Mon Jun 17, 2013 12:32 pm
by Jasoco
Hang on. Here's the error I just noticed. It doesn't seem to like paths with spaces in them. How do I escape the space? The error I get is:

Code: Select all

-bash: /Users/jasoco/Documents/Coding: No such file or directory
The path to the love binary is as such:

Code: Select all

~/Documents/Coding Projects/LÖVE/Löve Apps/love.app/Contents/MacOS/love
I tried escaping the spaces and not escaping them and it still gives me the error. I guess it'd just be easier to rename the two folders to not have spaces in them.

Edit: Yeah. That worked.

Re: Super simple script for running love projects on mac

Posted: Mon Jun 17, 2013 12:42 pm
by Robin
With the right escaping it should work, but yeah, paths without spaces are generally easier to work with on the command line.