mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
replace bash shebang with '#!/usr/bin/env bash" for portability
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user