Diff for /gforth/gforthmi.in between versions 1.4 and 1.5

version 1.4, 1999/07/24 13:07:19 version 1.5, 2000/07/01 20:48:52
Line 40  elif test $1 = --version || test $1 = -v Line 40  elif test $1 = --version || test $1 = -v
 elif test $1 = --application; then  elif test $1 = --application; then
     application=yes      application=yes
     shift      shift
   else
       true #old shells require this
 fi  fi
 outfile=$1; shift  outfile=$1; shift
 tmpfile=./temp-image.fi  tmpfile=./temp-image.fi
Line 51  chmod +x $outfile Line 53  chmod +x $outfile
 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
       true #old shells require this
 fi  fi
   

Removed from v.1.4  
changed lines
  Added in v.1.5


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