File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# runx: Provide an X server in Cygwin, MSYS2 or WSL.
3
3
4
- Version=" v0.4.10 "
4
+ Version=" v0.4.11 "
5
5
6
6
usage () { # Usage information (--help)
7
7
echo " runx - Run Linux GUI applications on MS Windows.
@@ -514,8 +514,8 @@ setup_cookie() { # Generate X authentication cookie
514
514
xauth -i -f " $Xclientcookie " add :$Newdisplaynumber . $( mcookie)
515
515
# prepare cookie with localhost identification disabled by ffff. ffff means 'familiy wild'
516
516
Cookie=" $( xauth -i -f " $Xclientcookie " nlist | sed -e ' s/^..../ffff/' ) "
517
- echo " $Cookie " | xauth -i -f " $Xclientcookie " nmerge -
518
- echo " $Cookie " | xauth -i -f " $Xservercookie " nmerge -
517
+ printf " $Cookie " | xauth -i -f " $Xclientcookie " nmerge -
518
+ printf " $Cookie " | xauth -i -f " $Xservercookie " nmerge -
519
519
520
520
verbose " Client cookie:
521
521
$( xauth -v -f " $Xclientcookie " list) "
You can’t perform that action at this time.
0 commit comments