Klasses.jar may be incorrectly rebuilt.
Alexandre Oliva
oliva at dcc.unicamp.br
Sun Nov 1 21:43:26 PST 1998
On Oct 31, 1998, Godmar Back <gback at cs.utah.edu> wrote:
> Secondly, the -ot (older than?) flag for test you're using doesn't seem to
> be a standard flag, at least mine (FreeBSD 2.2.7) doesn't seem to have it.
It works only with GNU test or as a bash built-in. The portable way
to do that is:
if test x"`ls -1dt foo bar | sed 1q`" = x"foo"; then
echo foo is newer
fi
--
Alexandre Oliva
mailto:oliva at dcc.unicamp.br mailto:oliva at gnu.org mailto:aoliva at acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil
More information about the kaffe
mailing list