Diff for /gforth/testdist between versions 1.20 and 1.21

version 1.20, 2008/11/01 17:10:57 version 1.21, 2008/11/01 18:03:06
Line 42  for CC in `(shopt -s nullglob; for i in Line 42  for CC in `(shopt -s nullglob; for i in
      cd .. &&       cd .. &&
      cd .. &&       cd .. &&
      install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye >&/dev/null &&       install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye >&/dev/null &&
      make -f build/Makefile onebench ENGINE_FAST=install/bin/gforth-fast &&       install/bin/gforth-fast onebench.fs -e bye &&
      install/bin/gforth-fast --debug -e bye 2>&1 |grep 'Compiled with' ) &&       install/bin/gforth-fast --debug -e bye 2>&1 |grep 'Compiled with' ) &&
     last=ok      last=ok
     echo $CC $last      echo $CC $last

Removed from v.1.20  
changed lines
  Added in v.1.21


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>