> 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