Hi Lorenzo, Przemek,
I don't have this problem.
I've tried to type echo -n "hello" and I get correctly only "hello".
This works for me too.
However (tested on both G4 and Core2 Mac):
--- testsh.sh
#!/bin/sh
echo -n abc
echo def
---
$ ./testsh.sh
-n abc
def
---
--- testbash.sh
#!/bin/bash
echo -n abc
echo def
---
$ ./testbash.sh
abcdef
---
Also, official Apple document about these changes, workarounds, etc:
http://developer.apple.com/releasenotes/Darwin/RN-Unix03Conformance/
I also don't know much about OS X.
I use it as I use Linux: it has X11, vim, eclipse, gnu tool chain, gd,
postgresql, firefox and openoffice and that's all I need. I can build
harbour on it and so I can build my apps.
Right, that's why I opted back then for a Mac
in the first place :)
Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour