With Springs’ help, I’ve been playing with this on a Macbook (mac Winbox wineskin & OSX terminal), Windows 7 VM on that macbook, RDP into my desk PC from that same macbook, and now from a machine running Linux Mint 14. I’m getting the exact same thing no matter what combination I use. I’m trying to wrap my head around why it’s working this way…
If I go into Winbox and create a new script called ‘test_me’ that is this:
I am a script
and I am not double-spaced
Then if I go into terminal and do /system script edit test_me source, this is how it is displayed:
I am a script
and I am not double-spaced
There is a definite ‘line’ between them, and it can be deleted. If I delete that line between them, the script in winbox changes to:
I am a script# and I am not double-spaced
So what is defining the ‘end-of-line’, and are there any issues with working from a Mac that can create formatting issues in scripts?