toolbox-vscode icon indicating copy to clipboard operation
toolbox-vscode copied to clipboard

Use bash for exec wrapper script

Open wjt opened this issue 7 months ago • 0 comments

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 https://github.com/owtaylor/toolbox-vscode/issues/29

wjt avatar Jul 03 '24 20:07 wjt