variable reference inside same env file not working #1

Closed
opened 2022-07-25 17:24:22 +02:00 by Tordarus · 1 comment
Tordarus commented 2022-07-25 17:24:22 +02:00 (Migrated from git.tordarus.net)
$ cat .env
HELLO="Hello world"
MESSAGE=$HELLO

$ loadenv | tail -n 2
HELLO="Hello world"
MESSAGE=

One would expect that MESSAGE would have the value "Hello world", but is empty instead

``` $ cat .env HELLO="Hello world" MESSAGE=$HELLO $ loadenv | tail -n 2 HELLO="Hello world" MESSAGE= ``` One would expect that MESSAGE would have the value "Hello world", but is empty instead
milarin added the
bug
label 2022-08-17 00:15:55 +02:00

fixed: c1b1e1e163

fixed: c1b1e1e1631cccf48f48eab591457b7253d8b988
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: milarin/loadenv#1
No description provided.