From 9fb5ea9b83b989b4acbe63592984cb04633478a7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Oct 2013 22:27:09 +0100 Subject: Add test for public repo creation --- ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh') 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" "$@" -- cgit v1.2.1