| version 1.4, Sat Jul 24 13:07:19 1999 UTC | version 1.5, Sat Jul 1 20:48:52 2000 UTC | ||
|---|---|---|---|
|
|
||
| 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 | ||
|
|
||
| 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 | ||
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |