diff options
-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" ;; |