Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/server/bin/helpers/browser-darwin.sh')
-rw-r--r--resources/server/bin/helpers/browser-darwin.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/server/bin/helpers/browser-darwin.sh b/resources/server/bin/helpers/browser-darwin.sh
index e4cb8721844..1f039b40812 100644
--- a/resources/server/bin/helpers/browser-darwin.sh
+++ b/resources/server/bin/helpers/browser-darwin.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
@@ -12,7 +12,7 @@ realdir() {
echo "$( cd -P "$(dirname "$SOURCE")" >/dev/null 2>&1 && pwd )"
}
-ROOT"$(dirname "$(dirname "$(realdir "$0")")")"
+ROOT="$(dirname "$(dirname "$(realdir "$0")")")"
APP_NAME="@@APPNAME@@"
VERSION="@@VERSION@@"