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.20 "
4
+ Version=" v0.4.21 "
5
5
6
6
usage () { # Usage information (--help)
7
7
echo " runx - Run Linux GUI applications on MS Windows.
@@ -519,7 +519,7 @@ setup_cookie() { # Generate X authentication cookie
519
519
[ -x " $Xauthbin " ] && [ " $Winsubsystem " = " MSYS2" ] && [ ! -x /usr/X11R6/bin/xauth ] && note " If you want to use 'ssh -X' in MSYS2, you might need
520
520
to create an executeable script /usr/X11R6/bin/xauth with the content:
521
521
#! /bin/bash
522
- $( escapestring " $Xauthbin " ) \" $@ \"
522
+ $( escapestring " $Xauthbin " ) \"\ $ @\"
523
523
"
524
524
525
525
[ -x " $Xauthbin " ] && {
@@ -541,7 +541,7 @@ $(escapestring "$Xauthbin") \"$@\"
541
541
rm $Xcookie .tmp
542
542
}
543
543
}
544
- start_xserver () { # run X
544
+ start_xserver () { # Run X
545
545
check_xserver
546
546
generate_xcommand
547
547
[ " $Xauthentication " = " yes" ] && setup_cookie
You can’t perform that action at this time.
0 commit comments