Skip to content

.tool-env generation #128

Open
hagl wants to merge 1 commit into
mirrexagon:masterfrom
hagl:master
Open

.tool-env generation #128
hagl wants to merge 1 commit into
mirrexagon:masterfrom
hagl:master

Conversation

@hagl

@hagl hagl commented Jul 2, 2026

Copy link
Copy Markdown

The code that generates .tool-env fails to insert line separators between the individual export statements.

On my machine the generated file looks as follows and the OPENOCD_SCRIPTS value gets the export of the next var appended.

export OPENOCD_SCRIPTS=/nix/store/...-idf-v5.5.2/openocd-esp32/share/openocd/scriptsexport ESP_ROM_ELF_DIR=/nix/store/...-esp-rom-elfs-esp-idf-v5.5.2/

Fixes #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OPENOCD_SCRIPTS env var is set to the wrong value

1 participant