Fractal Softworks Forum

Starsector => Bug Reports & Support => Topic started by: Ghoti on October 22, 2014, 05:30:42 PM

Title: [.65a-RC1] linux - .starsector.sh is in mac format and will not run as a script.
Post by: Ghoti on October 22, 2014, 05:30:42 PM
Needs to be in unix format.

I fixed it with vim, if you want to do so as well.

on the command line in starsector do this:

vim starsector.sh
:set ff=unix
:wq

doneski, you can now run it.
Title: Re: [.65a-RC1] linux - .starsector.sh is in mac format and will not run as a script.
Post by: Alex on October 22, 2014, 05:44:26 PM
Hmm, that's odd. I tested this on a linux box and it ran fine. I wonder what's different.

Thanks for the instructions to fix, in any case!