[MITgcm-support] multiple packages on cmd-line?
    Alistair Adcroft 
    adcroft at mit.edu
       
    Mon Oct  4 15:26:46 EDT 2004
    
    
  
Yes, it works now. Thanks.
A.
Ed Hill wrote:
> Hi Alistair,
> 
> OK, at version 1.87 I converted
> 
>   for ac_option ; do
> 
> to
> 
>   for ac_option in $@ ; do
> 
> While the latter is more portable, it doesn't preserve quoting.  The fix
> is
> 
>   for ac_option in "$@" ; do
> 
> which hopefully is the best of both worlds.
> 
> Ed
> 
-- 
Dr Alistair Adcroft            http://www.mit.edu/~adcroft
MIT Climate Modeling Initiative        tel: (617) 253-5938
EAPS 54-1624,  77 Massachusetts Ave,  Cambridge,  MA,  USA
    
    
More information about the MITgcm-support
mailing list