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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'startvscode.sh')
-rwxr-xr-xstartvscode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/startvscode.sh b/startvscode.sh
index 21bc3c6096..48ddfa842a 100755
--- a/startvscode.sh
+++ b/startvscode.sh
@@ -20,7 +20,7 @@ if [ ! -f "$DOTNET_ROOT/dotnet" ]; then
exit 1
fi
-if [ $1 = "" ]; then
+if [[ $1 == "" ]]; then
code .
else
code $1