summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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