On Wed, Nov 09, 2005 at 05:50:53PM +0100, Geert Hendrickx wrote: > 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).
OK, I'll change that. If I remember well, $TEXMACS_MAPLE_DIR/extern is a directory though. Should I use -d instead of -e (or -f)? Best wishes, Joris _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
