"vscode:/vscode.git/clone" did not exist on "6de78ad2ba8688532b116de8322d7aaecbbcebbe"
Fix install.sh/upgrade.sh for tput-less systems
@fcrozat's original fix assumes `which` not to output anything to STDOUT in case the command is not found. That is not necessarily true on all systems. A better solution is to check the return value instead. Fixes #4376
Please register or sign in to comment