From: Egon W. <eg...@us...> - 2004-01-14 13:10:55
|
Update of /cvsroot/woc/woc/bin/wml2html In directory sc8-pr-cvs1:/tmp/cvs-serv24304/wml2html Modified Files: insert-item.in make-groups.in make-items.in make-woord.in Log Message: Getting this baby started again (monday evening session) Index: insert-item.in =================================================================== RCS file: /cvsroot/woc/woc/bin/wml2html/insert-item.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** insert-item.in 17 Aug 2002 11:42:51 -0000 1.3 --- insert-item.in 14 Jan 2004 13:10:52 -0000 1.4 *************** *** 25,30 **** # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ! || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` --- 25,29 ---- # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` Index: make-groups.in =================================================================== RCS file: /cvsroot/woc/woc/bin/wml2html/make-groups.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** make-groups.in 17 Aug 2002 11:43:36 -0000 1.2 --- make-groups.in 14 Jan 2004 13:10:52 -0000 1.3 *************** *** 10,15 **** # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ! || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` --- 10,14 ---- # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` Index: make-items.in =================================================================== RCS file: /cvsroot/woc/woc/bin/wml2html/make-items.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** make-items.in 17 Aug 2002 11:43:36 -0000 1.2 --- make-items.in 14 Jan 2004 13:10:52 -0000 1.3 *************** *** 8,13 **** # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ! || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` --- 8,12 ---- # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` Index: make-woord.in =================================================================== RCS file: /cvsroot/woc/woc/bin/wml2html/make-woord.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** make-woord.in 17 Aug 2002 11:43:36 -0000 1.2 --- make-woord.in 14 Jan 2004 13:10:52 -0000 1.3 *************** *** 8,13 **** # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ! || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` --- 8,12 ---- # convert the unix path to windows ! if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "posix" ] ; then JARS=`cygpath --path --windows "$JARS"` OPTIONS=`cygpath --path --windows "$OPTIONS"` |