On Wed, Nov 09, 2005 at 03:27:26PM +0100, Joris van der Hoeven wrote:
> Because it did not work on some systems. I will have to dig up my email
> for this; you may search the mailing list archives too...
I looked it up; it was bug #9803. Solaris' /bin/sh doesn't know test -e,
but it does know test -f, which is what the referred script uses today.
Only tm_maple still uses if [ -e ... ] in two places, but this could also
be replaced by -f (-e checks for any file, -f for regular files).
Geert
_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev