diff options
author | Maximilian Gass <mxey@ghosthacking.net> | 2010-06-16 16:16:20 +0200 |
---|---|---|
committer | Maximilian Gass <mxey@ghosthacking.net> | 2010-06-16 16:16:20 +0200 |
commit | 8da3e51fa60df36936066e18e387394dbb6d0f25 (patch) | |
tree | d389c4eff7e1837f421a986706004d12750d78e8 /bin | |
parent | 04871fc90d2fe741717b842f63ff678221647653 (diff) |
bin/ct: Make sure local directory is named after package when cloning
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ function vcs_add ( cd ${PKG_DIR} if [[ $(list_get_type ${1}) == git ]] { - git clone $(list_get_uri ${1}) + git clone $(list_get_uri ${1}) ${1} vcs_setup ${1} git config push.default matching } else { |