Re: [RFC] Removal of Fortran from the base system

From: Stefan Esser <se_at_FreeBSD.org>
Date: Sun, 28 May 2006 18:19:55 +0200
Steve Kargl schrieb:
> You'll also want to do
> 
> cat > /usr/bin/f77
> #! /bin/sh
> /usr/local/bin/gfortran $_at_

Just nit-picking ... shouldn't that be:

#! /bin/sh
/usr/local/bin/gfortran "$_at_"

(The double quotes around $_at_ used to be essential for the handling of
arguments contining blanks and I doubt that this changed recently ;-)

Regards, STefan
Received on Sun May 28 2006 - 14:20:11 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:56 UTC