Skip to content

Commit 4bd63d7

Browse files
committed
doh: cut&paste gone wrong
git-svn-id: https://xpra.org/svn/Xpra/trunk@15091 3bb7dfac-3a0b-4e04-842a-767bc560f471
1 parent f63933f commit 4bd63d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osx/Helpers/Keyboard_info

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ exe_name=$(basename $0)
55
full_path=$(cd "$(dirname "$0")"; pwd -P)
66
PYTHON="$full_path/PythonExecWrapper"
77

8-
exec "$PYTHON" "$exe_name" -c "import sys;sys.argv[0]=\"$full_path/$exe_name\";from xpra.platform/keyboard import main;main()" "$@"
8+
exec "$PYTHON" "$exe_name" -c "import sys;sys.argv[0]=\"$full_path/$exe_name\";from xpra.platform.keyboard import main;main()" "$@"

0 commit comments

Comments
 (0)