aboutsummaryrefslogtreecommitdiff
path: root/src/conda.c
Commit message (Collapse)AuthorAgeFilesLines
* Parse output of "printenv -0" to preserve environment correctlyJoseph Hunkeler2023-10-311-10/+30
| | | | | | * Use fgetc in place of fgets * Split key/value on '=' * Issue warnings on invalid key/value
* Initial commitJoseph Hunkeler2023-10-261-0/+176