Skip to content

fish: fix strict msys2 path type#6256

Open
ognevny wants to merge 1 commit intomsys2:masterfrom
ognevny:fix-fish-config
Open

fish: fix strict msys2 path type#6256
ognevny wants to merge 1 commit intomsys2:masterfrom
ognevny:fix-fish-config

Conversation

@ognevny
Copy link
Copy Markdown
Collaborator

@ognevny ognevny commented May 5, 2026

as I see it, ORIGINAL_PATH should be empty for later use, so it should be just set -x'ed, no need to erase it separately

set -ex is not applicable combination by fish

fixes #6233

and yeah I stripped all trailing things because why not

as I see it, ORIGINAL_PATH should be empty for later use, so it should be just `set -x`'ed, no need
to erase it separately

`set -ex` is not applicable combination in that case
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.

fish: Fixes the syntax error of set -ex command in msys2.fish

1 participant