We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4feba0 commit 626d0a9Copy full SHA for 626d0a9
runx
@@ -1,7 +1,7 @@
1
#! /bin/bash
2
# runx: Provide an X server in Cygwin, MSYS2 or WSL.
3
4
-Version="v0.4.11"
+Version="v0.4.12"
5
6
usage() { # Usage information (--help)
7
echo "runx - Run Linux GUI applications on MS Windows.
@@ -280,7 +280,7 @@ check_display() { # Find unused display number
280
return 1
281
}
282
check_displayport() { # Return 0 if display number $1 is in use
283
- </dev/tcp/"$Hostip"/$((6000+${1:-})) >/dev/null 2>&1
+ (</dev/tcp/"$Hostip"/$((6000+${1:-})) ) >/dev/null 2>&1
284
285
check_host() { # Check host environment
286
0 commit comments