From ed23ad179adaf6454d67e34ca1ffedd89f025d4c Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Fri, 24 Oct 2014 11:49:53 +0400 Subject: [PATCH] utiliser GIT_SSH --- uproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uproject b/uproject index df58291..a2d7e51 100755 --- a/uproject +++ b/uproject @@ -211,7 +211,7 @@ elif [ "$CMD" == crone ]; then userhost="$user@$host" [ -n "$path" ] || die "Vous devez spécifier le chemin du dépôt git" - ssh "$userhost" create "$path" || die + ${GIT_SSH:-ssh} "$userhost" create "$path" || die git clone "$userhost:$path" elif array_contains PY_CMDS "$CMD"; then