Commit afb741b3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix .ssh/ssh when calling the binary 'ssh'

parent 6cec9160
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ die() {
}

ssh_version() {
	eval `ssh -V 2>&1 | sed -n \
	eval `${SSH_BIN} -V 2>&1 | sed -n \
		's/OpenSSH_\([0-9]\+\)\.\([0-9]\+\).*/SSH_MAJOR="\1" SSH_MINOR="\2"/p'`
}