Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: force shell to be bash #6

Merged
merged 1 commit into from
Dec 14, 2023
Merged

fix: force shell to be bash #6

merged 1 commit into from
Dec 14, 2023

Conversation

f0086
Copy link
Contributor

@f0086 f0086 commented Dec 13, 2023

If you are using something other than bash for your host shell (zsh for example), which are not available on the build env, the shell will not execute and the right pane is empty. To prevent this, the shell need to be forced to bash.

This fixes #4

If you are using something other than bash for your host shell (zsh for
example), which are not available on the build env, the shell will not
execute and the right pane is empty. To prevent this, the shell need to
be forced to bash.

This fixes orhun#4
Copy link
Owner

@orhun orhun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@orhun orhun changed the title Force shell to be bash, so the host env does not matter fix: force shell to be bash Dec 14, 2023
@orhun orhun merged commit 3e85bc8 into orhun:main Dec 14, 2023
5 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.

terminals other than bash not supported
2 participants