From: creatis Date: Tue, 8 Apr 2014 23:41:13 +0000 (+0200) Subject: Fixed a bug in the anonymization of source code retrieval via git protocol. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=f3e296c6d78104cc375bcf12e8a9c62431f86f51 Fixed a bug in the anonymization of source code retrieval via git protocol. --- diff --git a/Linux/scripts/gitclone.sh b/Linux/scripts/gitclone.sh index 24bcb57..04859c4 100644 --- a/Linux/scripts/gitclone.sh +++ b/Linux/scripts/gitclone.sh @@ -4,7 +4,7 @@ cd $2/creatools_source -if [ $sourcesFrom = GIT ] +if [ $3 = GIT ] then git clone ssh://gitolite@git.creatis.insa-lyon.fr/$1