Skip to content

[bashism] Fix/sso unset fish compat#690

Merged
redvox merged 1 commit into
otto-de:mainfrom
TomVollerthun1337:fix/sso-unset-fish-compat
Jun 25, 2026
Merged

[bashism] Fix/sso unset fish compat#690
redvox merged 1 commit into
otto-de:mainfrom
TomVollerthun1337:fix/sso-unset-fish-compat

Conversation

@TomVollerthun1337

Copy link
Copy Markdown
Contributor

unset is a bash built-in and fails in fish with exit 127. Use 'env -u VAR cmd' instead, which is an external binary that works in any login shell.

unset is a bash built-in and fails in fish with exit 127.
Use 'env -u VAR cmd' instead, which is an external binary
that works in any login shell.
@redvox redvox merged commit 02ab7ce into otto-de:main Jun 25, 2026
3 checks passed
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.

2 participants