Fixes socat version output when --debug flag is set.

This commit is contained in:
Rafael Cossovan 2018-06-17 07:52:31 -03:00
parent f90a2ae195
commit 9f6d9f1e42
No known key found for this signature in database
GPG Key ID: 1941F6DA75056AED

View File

@ -180,7 +180,7 @@ _dlg_versions() {
echo "socat:" echo "socat:"
if _exists "socat"; then if _exists "socat"; then
socat -h 2>&1 socat -V 2>&1
else else
_debug "socat doesn't exists." _debug "socat doesn't exists."
fi fi