Vars not set when sourcing w/ abs path, set -a

2021-07-27 Thread Van Klaveren, Brian N.
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-2bxm7h/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security uname o

Re: Vars not set when sourcing w/ abs path, set -a

2021-07-27 Thread Van Klaveren, Brian N.
ul 27, 2021, at 6:37 PM, Greg Wooledge wrote: > > On Tue, Jul 27, 2021 at 11:42:02PM +, Van Klaveren, Brian N. wrote: >> [bash-test@227f958499c1 ~]$ cat sourceme >> #!/bin/bash >> FOO=bar >> FOO=bar2 >> set -a >> env | grep FOO > > You probably