bug-bash
[Top][All Lists]
Advanced

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

Re: undesired behavior... reason is.. bug? or feature-deficit


From: Eduardo A . Bustamante López
Subject: Re: undesired behavior... reason is.. bug? or feature-deficit
Date: Wed, 4 Mar 2015 21:41:34 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

> So I'm wondering -- why didn't the alias call the function.
dualbus@hp ~ % type setsid
setsid is /usr/bin/setsid

So, basically you did:

    external-program anotherprogram

And external-program only knows how to execute programs, not bash functions.
Put the setsid inside the function, and remove the alias.



reply via email to

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