On Tue, Jun 30, 2020 at 11:20 AM Christopher Schultz
wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> All,
>
> Is it possible to "copy" an environment variable to another name?
> Something like this:
>
> SetEnv foo "bar"
> SetEnv baz ${foo}e
>
> Now, "baz" has value "bar".
If it's
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
Is it possible to "copy" an environment variable to another name?
Something like this:
SetEnv foo "bar"
SetEnv baz ${foo}e
Now, "baz" has value "bar".
It doesn't appear to work as written above, but the documentation
doesn't actually suggest