On Fri, Aug 8, 2008 at 10:40 PM, Szakáts Viktor <[EMAIL PROTECTED]> wrote:
> 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 Sorry, I don't have a Mac at home so I cannot check it right now. I'll check it asap. best regards, Lorenzo _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
