On 25 Mar 2001, Gary Houston wrote:

> > if [ ! -f guile-procedures.txt ]; then
> 
> Thanks.  I don't think -f is right, since it's testing a symbolic link.
> I don't know if test -L is portable.  Maybe test -r would be best.

I don't shure I understand you idea: `-f xxx' returns true (0) even if xxx
is a symbolic link, from the other hand I don't see -L in test for sh
manual, but there is `-h xxx' to test if xxx is a symbolic link

Regards,
ASK



_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to