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, STefanReceived 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