On Thu, 07 Aug 2008, Phil Barnett wrote:

Hi Phil,

> > It's a workaround for different BASH locations in some systems.
> > Not nice but in some *nixes BASH and other GNU tools are not
> > installed in default system directories.
> Would it be unrealistic to require people in this case to install a symlink?
> I think it would be simple to detect and requist.

If you have write access to system directories then it's not a problem.
Unfortunately it's not everywhere possible. If you think then we can
ignore such situations then we can replace all:
   #!/bin/sh
   [ "$BASH" ] || exec bash `which $0` ${1+"$@"}

with simple:
   #!/bin/bash

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

Reply via email to