Skip to content

Commit 578d173

Browse files
authored
Merge pull request #1957 from drwetter/fix_1956
Redirect debugme() outputs to stderr
2 parents 91523be + 65d6c27 commit 578d173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ get_last_char() {
11661166
}
11671167
# Checking for last char. If already a separator supplied, we don't need an additional one
11681168
debugme() {
1169-
[[ "$DEBUG" -ge 2 ]] && "$@"
1169+
[[ "$DEBUG" -ge 2 ]] && "$@" >&2
11701170
return 0
11711171
}
11721172

0 commit comments

Comments
 (0)