From 56c93a67cadaee8c401e41cf50af17c61a007798 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 1 Jul 2009 15:08:30 +0200 Subject: pkg: Fixed a grave mistake in the previous commit (wtf, though) --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index 8c40603..77d36dd 100755 --- a/bin/pkg +++ b/bin/pkg @@ -221,7 +221,7 @@ function progress { ## VCS Wrappers function vcs_setup { - cd GIT_WORK_TREE=$PKG_DIR/$1 + cd $PKG_DIR/$1 } function vcs_to_list ( -- cgit v1.2.3