Diff for /gforth/BUILD-FROM-SCRATCH between versions 1.23 and 1.24

version 1.23, 2008/01/01 13:39:13 version 1.24, 2008/01/16 21:29:03
Line 33 Line 33
 if [ "$GFORTH"xx = "xx" ];  if [ "$GFORTH"xx = "xx" ];
 then  then
     rm -f gforth      rm -f gforth
     GFORTH=`which gforth`      GFORTH="`which gforth` --die-on-signal"
     if [ "$GFORTH"xx = "xx" ]; then      if [ "$GFORTH"xx = "xx" ]; then
         echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)'          echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)'
         exit 1          exit 1

Removed from v.1.23  
changed lines
  Added in v.1.24


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