From: Nicolas Boisselier Date: Tue, 28 Nov 2017 21:39:38 +0000 (+0000) Subject: etc/profile.d/git.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=97c875260364e9d5915f70925153385d60a86933;p=nb.git etc/profile.d/git.sh --- diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index a5958fa3..fd1274c3 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -125,7 +125,7 @@ git_clone() { *) repo="$repo:" esac - git clone ${repo}${1%.git}.git + git clone ${repo}${1%.git}.git $@ } git_list() {