On Fri, Mar 18, 2016 at 10:27:54AM -0600, Eric Blake wrote:
> What were you expecting to have happen? EXECIGNORE only controls
> whether a file matching the glob is excluded from tab completions (which
> it sounds like it did), not whether bash will avoid executing it (and
> you proved that it is
On Fri, Mar 18, 2016 at 3:48 PM, Greg Wooledge wrote:
> On Fri, Mar 18, 2016 at 02:36:46PM -0400, ty armour wrote:
> > I am looking for tutorials on every and any aspect of developing bash. I
> > would be looking to write my own bash commands in assembly and C
>
> Oh, good, then you can help fix
>
>
>
Either EXECIGNORE should block execution or type -a should indicate that
its argument matches a pattern in EXECIGNORE.
I vote for the latter so a user isn't surprised by execution without a
means to identify where it came from. I would also prefer another name. If
the purpose is to reduce co