bug-bash
[Top][All Lists]
Advanced

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

Re: Issues with exported functions


From: Gabriel Corona
Subject: Re: Issues with exported functions
Date: Thu, 25 Sep 2014 22:00:11 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

> It's not backwards compatible, but who cares?  The only time it
> matters is if you are mixing old and new bash ON THE SAME SYSTEM,
> and TRYING TO EXPORT FUNCTIONS BETWEEN THEM.

It might happen during the update of bash. A bash process exec()ed
before the update would fail to export a function to a bash process
exec()ed after the update.

-- 
Gabriel



reply via email to

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