Date: Sun, 28 May 2006 18:19:55 +0200 From: Stefan Esser <se@FreeBSD.org> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Cc: freebsd-current@freebsd.org Subject: Re: [RFC] Removal of Fortran from the base system Message-ID: <4479CDAB.7030406@FreeBSD.org> In-Reply-To: <20060527220928.GA10094@troutmask.apl.washington.edu> References: <20060527024407.GA2525@troutmask.apl.washington.edu> <447809E6.60002@samsco.org> <20060527162407.GD7307@troutmask.apl.washington.edu> <20060527220501.GB14039@odin.ac.hmc.edu> <20060527220928.GA10094@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Steve Kargl schrieb: > You'll also want to do > > cat > /usr/bin/f77 > #! /bin/sh > /usr/local/bin/gfortran $@ Just nit-picking ... shouldn't that be: #! /bin/sh /usr/local/bin/gfortran "$@" (The double quotes around $@ used to be essential for the handling of arguments contining blanks and I doubt that this changed recently ;-) Regards, STefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4479CDAB.7030406>