Skip to content

Commit 769e5d2

Browse files
committed
win code.sh fix
1 parent a145fbf commit 769e5d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/win32/bin/code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VSCODE_PATH="$(dirname "$(dirname "$(realpath "$0")")")"
1111
ELECTRON="$VSCODE_PATH/$NAME.exe"
1212
if grep -qi Microsoft /proc/version; then
1313
# in a wsl shell
14-
if ! [ -z "$WSL_DISTRO_NAME"]; then
14+
if ! [ -z "$WSL_DISTRO_NAME" ]; then
1515
# $WSL_DISTRO_NAME is available since WSL builds 18362, also for WSL2
1616
WSL_BUILD=18362
1717
else

0 commit comments

Comments
 (0)