dot/bash_profile: Make `less' scroll, not wrap.
[profile] / hacks / ssh
index 18f39ac..d8a46a4 100755 (executable)
--- a/hacks/ssh
+++ b/hacks/ssh
@@ -175,7 +175,8 @@ case "$mode" in
     logfile=$SSH_LOGDIR/${login+"$login@"}"$host"${port+":$port"}.log
     if ! "$REAL_SSH" -Ocheck \
       ${port+-p$port} ${login+"$login@"}"$host" \
-      >/dev/null 2>&1; then
+      >/dev/null 2>&1
+    then
       "$REAL_SSH" -MNf "${masteropts[@]}" "$host" \
        </dev/null >/dev/null 2>$logfile
     fi