[bug #62595] Add ability to read .env files into make and

2022-06-09 Thread Chigozirim Chukwu
Follow-up Comment #4, bug #62595 (project make): No, no, that's not something one should expect from a .env file. I said that _some_ dotenv parsers take it a step further to do all that fancy interpolation, but really .env files are just files containing a bunch of key=value lines, no functions

[bug #62595] Add ability to read .env files into make and

2022-06-09 Thread Paul D. Smith
Follow-up Comment #3, bug #62595 (project make): Right, so that's just a shell script that doesn't happen to do anything except set variables. Your comment 'The format of a .env file is simply "key=value"' is not the case, as you yourself point out when you say "the single quotes surrounding the