toolbox-vscode
toolbox-vscode copied to clipboard
Use bash for exec wrapper script
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