diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-24 15:51:11 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-24 15:51:14 +0100 |
commit | a0003405b782dfa51bcb171fc077551497b44c69 (patch) | |
tree | e768564baccff5cd12a7a0f5945dc223d47c70ed /testscripts/run-nxproxy2nxagent-over-network | |
parent | 6c7869ab941294dfc9527892310703caba695591 (diff) | |
download | nx-libs-a0003405b782dfa51bcb171fc077551497b44c69.tar.gz nx-libs-a0003405b782dfa51bcb171fc077551497b44c69.tar.bz2 nx-libs-a0003405b782dfa51bcb171fc077551497b44c69.zip |
testscripts/run-nxproxy2nx*: drop echo -ne "...\n".
Besides that being a useless construct to begin with, not all shells
even support parameters to echo. Nuke that abomination from or^Wthe
repository.
Diffstat (limited to 'testscripts/run-nxproxy2nxagent-over-network')
-rwxr-xr-x | testscripts/run-nxproxy2nxagent-over-network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testscripts/run-nxproxy2nxagent-over-network b/testscripts/run-nxproxy2nxagent-over-network index a433f2307..03d94991f 100755 --- a/testscripts/run-nxproxy2nxagent-over-network +++ b/testscripts/run-nxproxy2nxagent-over-network @@ -80,7 +80,7 @@ export PATH # Create the fake cookie for this display. # -echo -ne "Creating the X authorization cookie.\n" +echo "Creating the X authorization cookie." xauth add ${NXPROXY_HOST}/unix:${NX_PORT} MIT-MAGIC-COOKIE-1 ${NX_COOKIE} xauth add ${NXPROXY_HOST}:${NX_PORT} MIT-MAGIC-COOKIE-1 ${NX_COOKIE} @@ -108,7 +108,7 @@ echo "${NX_HOST}:${NX_PORT}" >${NX_ROOT}/C-${NX_PORT}/options NX_AGENT=:${NX_PORT} -echo -ne "Running the X client side NX agent.\n" +echo "Running the X client side NX agent." SAVED_DISPLAY=$DISPLAY |