summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-05-19 23:13:13 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-05-19 23:13:13 +0200
commit1b958d1557990eb8992d33d0955e8c4f11492a09 (patch)
treefb94790a3f7f2b1c244a11a6123d4bbe95a024d9
parente41f3732200e47be071970e6bc7eda5ffc0a9361 (diff)
bin/pkg: *sigh* another typo
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 71153f0..1d1315c 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -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