--- /space/opensource/jakarta/bin/setclasspath.sh 2004-09-09 13:38:33.669992000 -0400 +++ /space/opensource/jakarta/bin/setclasspath.sh 2004-11-01 08:49:46.530010721 -0500 @@ -31,17 +31,9 @@ exit 1 fi if [ ! -x "$BASEDIR"/bin/setclasspath.sh ]; then - if $os400; then - # -x will Only work on the os400 if the files are: - # 1. owned by the user - # 2. owned by the PRIMARY group of the user - # this will not work if the user belongs in secondary groups - eval - else - echo "The BASEDIR environment variable is not defined correctly" - echo "This environment variable is needed to run this program" - exit 1 - fi + echo "The BASEDIR environment variable is not defined correctly" + echo "This environment variable is needed to run this program" + exit 1 fi # Set the default -Djava.endorsed.dirs argument