On Fri, 08 Aug 2008, Szakáts Viktor wrote:
> I did a full SVN export and rebuild, but the same thing happens
> as before. ('Making lib-n harbour.-n 1.0.0.dylib')

Then it means that you have nonempty BASH envvar set in your
/bin/sh shell but it's not BASH.

I've just replaced all echo -n with simple echo.
If you assing command results like:
   VAR=`some_command`
then it should not create problems but code like:
   VAR="`some_command`"
will be effected. We do not have it.
Or maybe we should force #!/bin/bash in header as Phil suggested?
I feel that it consumes too much time.
What's BASH location in your system?

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to