diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-01 15:08:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-01 15:08:53 +0200 |
commit | 56c93a67cadaee8c401e41cf50af17c61a007798 (patch) | |
tree | f6dfa08dd1f38b015f8f07a013b4eed9295f2f16 /bin/pkg | |
parent | eb6941e65438f56bb42767fbb3f69412acddc976 (diff) |
pkg: Fixed a grave mistake in the previous commit (wtf, though)
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ( |