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