summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit_ssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_ssh b/git_ssh
index 63aa63c2..b1ab521e 100755
--- a/git_ssh
+++ b/git_ssh
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2exec ssh -o "ControlPath $REPO_SSH_SOCK" "$@" 2exec ssh -o "ControlMaster no" -o "ControlPath $REPO_SSH_SOCK" "$@"