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

Use bash for exec wrapper script #37

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

wjt
Copy link
Contributor

@wjt wjt commented Jul 3, 2024

On Debian-like systems, /bin/sh is dash, which does not support the
bash-specific array syntax used in the wrapper script.

Don't assume that sh is bash: explicitly invoke bash.

Fixes #29

On Debian-like systems, /bin/sh is dash, which does not support the
bash-specific array syntax used in the wrapper script.

Don't assume that sh is bash: explicitly invoke bash.

Fixes owtaylor#29
@owtaylor owtaylor merged commit 651949e into owtaylor:main Jan 17, 2025
@wjt wjt deleted the bash-not-sh branch January 18, 2025 14:54
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.

Shell server terminated due to syntax error after running 'code .'
2 participants