We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b14809 commit f6f9164Copy full SHA for f6f9164
runx
@@ -1,7 +1,7 @@
1
#! /bin/bash
2
# runx: Provide an X server in Cygwin, MSYS2 or WSL.
3
4
-Version="v0.4.13"
+Version="v0.4.14"
5
6
usage() { # Usage information (--help)
7
echo "runx - Run Linux GUI applications on MS Windows.
@@ -77,7 +77,7 @@ error() { # Show error message and exit
77
return 0
78
}
79
note() { # Show notice messages
80
- [ "$Sourced" = "no" ] && echo "${Colgreen}runx note:${Colnorm} $*
+ [ "$Sourced" = "no" ] || [ "$Verbose" = "yes" ] && echo "${Colgreen}runx note:${Colnorm} $*
81
" >&2
82
83
0 commit comments