summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Gass <mxey@ghosthacking.net>2010-06-16 16:16:20 +0200
committerMaximilian Gass <mxey@ghosthacking.net>2010-06-16 16:16:20 +0200
commit8da3e51fa60df36936066e18e387394dbb6d0f25 (patch)
treed389c4eff7e1837f421a986706004d12750d78e8
parent04871fc90d2fe741717b842f63ff678221647653 (diff)
bin/ct: Make sure local directory is named after package when cloning
-rwxr-xr-xbin/ct2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ct b/bin/ct
index 12b80d5..d36a2c8 100755
--- a/bin/ct
+++ b/bin/ct
@@ -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 {