summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-11-27 00:03:39 -0500
committerAndrew Cady <d@jerkface.net>2022-11-27 00:03:39 -0500
commit352de7543cc6ce173efee0758e5d5bd2746deb12 (patch)
treed968d130b80c7dc00e1b576321e2decfb0f4508b
parent8ea371f7ed97d598fa811f08997946dda5e09dce (diff)
remove mispasted garbage string creating syntax error at runtime
-rwxr-xr-xdot/local/bin/xvnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/xvnc b/dot/local/bin/xvnc
index ee98092..8689b51 100755
--- a/dot/local/bin/xvnc
+++ b/dot/local/bin/xvnc
@@ -67,7 +67,7 @@ share_display()
67 -R "$port:$local_socket_file" \ 67 -R "$port:$local_socket_file" \
68 ${remote_port:+ -p "$remote_port" } \ 68 ${remote_port:+ -p "$remote_port" } \
69 "$remote_host" \ 69 "$remote_host" \
70 "${DEBUG:+ set -x; } trap 'DISPLAY=$remote_display xtightvncviewer -encodings 'copyrect tight zrle hextile' localhost:$port" & 70 "${DEBUG:+ set -x; } DISPLAY=$remote_display xtightvncviewer -encodings 'copyrect tight zrle hextile' localhost:$port" &
71 SSH=$! 71 SSH=$!
72 wait -n 72 wait -n
73} 73}