--- gforth/gforthmi.in 1999/07/24 13:07:19 1.4 +++ gforth/gforthmi.in 2000/09/23 15:46:56 1.7 @@ -1,6 +1,6 @@ #! /bin/sh # @configure_input@ -#Copyright (C) 1997,1998 Free Software Foundation, Inc. +#Copyright (C) 1997,1998,2000 Free Software Foundation, Inc. #This file is part of Gforth. @@ -16,7 +16,7 @@ #You should have received a copy of the GNU General Public License #along with this program; if not, write to the Free Software -#Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -40,6 +40,8 @@ elif test $1 = --version || test $1 = -v elif test $1 = --application; then application=yes shift +else + true #old shells require this fi outfile=$1; shift tmpfile=./temp-image.fi @@ -51,5 +53,7 @@ chmod +x $outfile rm $tmpfile"1" $tmpfile"2" if test x$application = xyes; then $GFORTH -e "s\" '$outfile\"" make-app.fs +else + true #old shells require this fi