@ -386,7 +386,7 @@ function show_vars() {
function do_ssh() {
local -a sshopts
local onehost r
if [ $# -eq 0 ]; then
if [ ${#hosts[*]} -eq 0 -a $# -eq 0 ]; then
${exec:+exec} "$SSH" "${SSHOPTS[@]}"
return
elif [ "${#hosts[*]}" -gt 1 ]; then