1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #7956 from Qelxiros/6175-env-empty-string

docs: env doesn't handle the empty string as a variable name
This commit is contained in:
Sylvestre Ledru 2025-05-20 09:37:53 +02:00 committed by GitHub
commit a29fd4a171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,13 @@ $ ls -w=80
## `env`
`env` has an additional `-f`/`--file` flag that can parse `.env` files and set
variables accordingly. This feature is adopted from `dotenv` style packages.
GNU `env` allows the empty string to be used as an environment variable name.
This is unsupported by uutils, and it will show a warning on any such
assignment.
`env` has an additional `-f`/`--file` flag that can
parse `.env` files and set variables accordingly. This feature is adopted from `dotenv` style
packages.
## `cp`