Skip to content

Commit f6f9164

Browse files
committed
--verbose: print notes even if running sourced
1 parent 2b14809 commit f6f9164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22
# runx: Provide an X server in Cygwin, MSYS2 or WSL.
33

4-
Version="v0.4.13"
4+
Version="v0.4.14"
55

66
usage() { # Usage information (--help)
77
echo "runx - Run Linux GUI applications on MS Windows.
@@ -77,7 +77,7 @@ error() { # Show error message and exit
7777
return 0
7878
}
7979
note() { # Show notice messages
80-
[ "$Sourced" = "no" ] && echo "${Colgreen}runx note:${Colnorm} $*
80+
[ "$Sourced" = "no" ] || [ "$Verbose" = "yes" ] && echo "${Colgreen}runx note:${Colnorm} $*
8181
" >&2
8282
return 0
8383
}

0 commit comments

Comments
 (0)