Home | History | Annotate | Download | only in src

Lines Matching full:exported

534 	 *	FOO=bar exec >/dev/null		FOO is kept but not exported
535 * FOO=bar exec foobar FOO is exported
536 * FOO=bar command exec >/dev/null FOO is neither kept nor exported
537 * FOO=bar command FOO is neither kept nor exported