Skip to content

Commit a442d3e

Browse files
committed
Make symlinking the entry script work
1 parent 3e8a6f9 commit a442d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22
# code-server.sh -- Run code-server with the bundled Node binary.
33

4-
cd "$(dirname "$0")" || exit 1
4+
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit 1
55

66
./node ./out/node/entry.js "$@"

0 commit comments

Comments
 (0)