mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
electron-launch: Use bash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Create $XDG_RUNTIME_DIR if it doesn't exist
|
||||
[ -n "$XDG_RUNTIME_DIR" ] && mkdir -p $XDG_RUNTIME_DIR -m 700
|
||||
|
||||
Reference in New Issue
Block a user