Bugzilla – Bug 113917
tcsh: failure on source'ing /etc/profile.d/alljava.csh
Last modified: 2005-08-30 11:00:48 UTC
Seams that new tcsh has changed the handling of some expression. "source /etc/profile.d/alljava.csh" fails with "if: Expression syntax.", which old tcsh doesn't do.
Bug in aaa_base, see manual page of tcsh: File inquiry operators ... l Symbolic link (+) * ... L Applies subsequent operators in a multiple-operator test to a symbolic link rather than to the file to which the link points (+) * I've add a check in the tcsh to avoid all file test with return values other than boolean in boolean expressions. The bug in alljava.csh of aaa_base is fixed.