Subject: re: CVS commit: basesrc
To: None <thorpej@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/14/2002 07:43:44
   
   Log Message:
   Use /bin/test explicitly in one place, rather than [ or test (which
   might be a shell built-in).  This allows this script to work otherwise
   unchanged with Solaris 8's /bin/sh.


hmm.  i saw some code yesterday that set "test=/usr/bin/test" on some
system at the top of a shell script, and used $test later.... think it
was openoffice?


.mrg.