Suggestions for a more general Unix launcher which also runs fine with tcsh
are welcome.
--
Best regards,
Thomas Singer
_____________
SyntEvo GmbH
Brunnfeld 11
83404 Ainring
Germany
www.syntevo.com
fredste wrote:
> "WHICH" command don't exist in tcsh Shell
> We disable it in our script :
> #if ! which "$_JAVA_EXEC" >/dev/null ; then
> # echo "Error: No java environment found"
> # exit 1
> #fi
>
> We could replace it by "type"
.