We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912d636 commit dac6ac2Copy full SHA for dac6ac2
1 file changed
tools/msg.sh
@@ -4,6 +4,8 @@ set -eu
4
5
script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && cd .. && pwd )"
6
7
+msgsh="$( cd -P "$( dirname "$(readlink -f "$0")" )" && pwd )/$(basename "${0}")"
8
+
9
msg_type="info"
10
echo_opts=()
11
bash_debug=false
@@ -98,7 +100,7 @@ text() {
98
100
99
101
# Message functions
102
msg_error() {
- bash "${script_path}/tools/msg.sh" -a "msg.sh" error "${1}"
103
+ bash "${msgsh}" -a "msg.sh" error "${1}"
104
}
105
106
# Check color
0 commit comments