[RFC] Removal of Fortran from the base system

Stefan Esser se at FreeBSD.org
Sun May 28 09:20:11 PDT 2006


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


More information about the freebsd-current mailing list