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

Why bash exports variables implicitly?



$ MYVAR=testing
$ printf "$MYVAR\n"
testing
$

It looks like bash mark variables and function which are modified or 
created for export to the environment of subsequent commands.

I believe this wasn't used to be like that. Did the default behavior 
changed or is there some configuration file for this behavior?
-- 

    Shaul Karl, shaulka@bezeqint.n e t



-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: