From 352de7543cc6ce173efee0758e5d5bd2746deb12 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 27 Nov 2022 00:03:39 -0500 Subject: remove mispasted garbage string creating syntax error at runtime --- dot/local/bin/xvnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -R "$port:$local_socket_file" \ ${remote_port:+ -p "$remote_port" } \ "$remote_host" \ - "${DEBUG:+ set -x; } trap 'DISPLAY=$remote_display xtightvncviewer -encodings 'copyrect tight zrle hextile' localhost:$port" & + "${DEBUG:+ set -x; } DISPLAY=$remote_display xtightvncviewer -encodings 'copyrect tight zrle hextile' localhost:$port" & SSH=$! wait -n } -- cgit v1.2.3