#! /bin/sh
prefix=/usr/lib/kaffe/pthreads
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffe $JAVA_OPTS kaffe.tools.jar.Jar ${1+"$@"}
exit $?

