Skip to content

Commit 27f0984

Browse files
authored
Resolve real path to the executable (#505)
1 parent ffdcc3e commit 27f0984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
exec bin/cq-editor
2+
exec $(dirname $(realpath "$0"))/bin/cq-editor

0 commit comments

Comments
 (0)