Loading .ssh/ssh +2 −2 Original line number Diff line number Diff line Loading @@ -63,10 +63,10 @@ if type gpg-agent; then fi >&2 case " $*" in *' -F'*) ${SSH_BIN} "$@" ;; *' -F'*) exec ${SSH_BIN} "$@" ;; *) make_config PATH="`dirname $0`:$PATH"; export PATH ${SSH_BIN} -F "$CONFIG" "$@" exec ${SSH_BIN} -F "$CONFIG" "$@" ;; esac Loading
.ssh/ssh +2 −2 Original line number Diff line number Diff line Loading @@ -63,10 +63,10 @@ if type gpg-agent; then fi >&2 case " $*" in *' -F'*) ${SSH_BIN} "$@" ;; *' -F'*) exec ${SSH_BIN} "$@" ;; *) make_config PATH="`dirname $0`:$PATH"; export PATH ${SSH_BIN} -F "$CONFIG" "$@" exec ${SSH_BIN} -F "$CONFIG" "$@" ;; esac