bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: last `set option value' always passed as $1 and $2 during a 'source'


From: Paul Jarc
Subject: Re: last `set option value' always passed as $1 and $2 during a 'source' ??
Date: 11 Jun 2001 12:03:36 -0400
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

Philip Lijnzaad <lijnzaad@ebi.ac.uk> writes:
> In fact, if you
> 
>   set foo bar
> 
> , this will result in $1 being 'foo' and $2 being 'bar' when doing a
> source somefile. So readline is irrelevant, and my question remains. 

man bash:
       source filename [arguments]
              ...  If any arguments are supplied, they become the
              positional parameters when filename is executed.
              Otherwise the positional parameters are unchanged.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]