diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 23:13:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-19 23:13:13 +0200 |
commit | 1b958d1557990eb8992d33d0955e8c4f11492a09 (patch) | |
tree | fb94790a3f7f2b1c244a11a6123d4bbe95a024d9 /bin/pkg | |
parent | e41f3732200e47be071970e6bc7eda5ffc0a9361 (diff) |
bin/pkg: *sigh* another typo
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ pkg_update () { cd $PDIR for i in *(/); { echo_status "Updating package $i..." - check_deps "$1" + check_deps "$i" cd $i hg $HG_OPTIONS fetch checklinks $CL_OPTIONS |