Diff for /gforth/gforthmi.in between versions 1.11 and 1.12

version 1.11, 2003/08/25 14:17:44 version 1.12, 2004/04/10 10:09:52
Line 52  chmod +x $outfile Line 52  chmod +x $outfile
 #gforth-0.2.1 -m 100000  comp-i.fs -e "comp-image $tmpfile"1" $tmpfile"2" $outfile bye"  #gforth-0.2.1 -m 100000  comp-i.fs -e "comp-image $tmpfile"1" $tmpfile"2" $outfile bye"
 rm $tmpfile"1" $tmpfile"2"  rm $tmpfile"1" $tmpfile"2"
 if test x$application = xyes; then  if test x$application = xyes; then
     $GFORTH -e "s\" '$outfile\"" make-app.fs      $GFORTH -e "s\" $outfile\"" make-app.fs
 else  else
     true #old shells require this      true #old shells require this
 fi  fi

Removed from v.1.11  
changed lines
  Added in v.1.12


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