We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8a6f9 commit a442d3eCopy full SHA for a442d3e
ci/code-server.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
# code-server.sh -- Run code-server with the bundled Node binary.
3
4
-cd "$(dirname "$0")" || exit 1
+cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit 1
5
6
./node ./out/node/entry.js "$@"
0 commit comments