Skip to content

Commit 6a94f19

Browse files
run_desktop.sh: fix path bug
1 parent 899319c commit 6a94f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run_desktop.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/bin/bash
1+
#!/bin/bash -x
22
scriptdir=$(readlink -f "$0")
3-
scriptdir=$(dirname "$mydir")
3+
scriptdir=$(dirname "$scriptdir")
44
script="$1"
55
if [ -f "$script" ]; then
66
script=$(readlink -f "$script")

0 commit comments

Comments
 (0)