diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-27 23:48:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-27 23:48:07 +0200 |
commit | c78453011b490029637893e83a4444d7fbd9b6a3 (patch) | |
tree | 91506f59fb3f3fea0d9c65086e071d9890af12f1 /bin | |
parent | 3ef4cde2e6659a6e6858c9b3502c2605c8b03e9c (diff) |
oops
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ confirm_no () { vcs_add () { cd "$PDIR" - case vcs_type "$1" in + case $(vcs_type "$1") in git) git clone "$1" ;; hg) hg clone "$1" ;; *) die "Cannot handle repository format '$1'\n" ;; |