summaryrefslogtreecommitdiff
path: root/ssh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-06 22:27:09 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-06 22:27:09 +0100
commit9fb5ea9b83b989b4acbe63592984cb04633478a7 (patch)
tree9d32cb092af58ba6b943c0e2b892045be6422579 /ssh
parent1edae946cc31eda0be09f622f547a794f8617fff (diff)
downloadliw-gitano-acl-test-suite-9fb5ea9b83b989b4acbe63592984cb04633478a7.tar.gz
Add test for public repo creation
Diffstat (limited to 'ssh')
-rwxr-xr-xssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh b/ssh
index bb1a275..0be8977 100755
--- a/ssh
+++ b/ssh
@@ -1,4 +1,4 @@
#!/bin/sh
SSH_AUTH_SOCK=
-exec /usr/bin/ssh -i "KEYFILE""$@"
+exec /usr/bin/ssh -i "$KEYFILE" "$@"