![]() ![]() | ![]() |
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 |