On 01/02/2019 02:55, Robert Elz wrote:
     Date:        Thu, 31 Jan 2019 22:04:30 +0000
     From:        Harald van Dijk <a...@gigawatt.nl>
     Message-ID:  <126fa44f-05bb-abc2-d6c9-40b82b36f...@gigawatt.nl>


   |    alias foo=bar
   |    echo foo
   |
   | alias substitution should not be performed on "foo".


foo=bar is one TOKEN, not 2 or 3, and the one char that aliases
don't get to have in their names is '=' (except possibly the first)
so even if a lookup was done on that, it can never match.

No need for any special language to handle that case.

I was referring to the second token on the second line, which is foo, not foo=bar.

Cheers,
Harald van Dijk

Reply via email to