From: Egon W. <eg...@sc...> - 2002-07-15 20:11:41
|
Hi, i've noticed two small bugs in the *.sh files: if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" || [ "$OSTYPE" = "posix" ] ; then CLASSPATH=`cygpath --path --windows "$CLASSPATH"` fi there seems to be missing one ']'... Egon |