summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-05-19 23:15:38 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-05-19 23:15:38 +0200
commit624ee3e8ad1e8c25f0491833984a0e7c5db2b360 (patch)
tree389bc35f7d0626cdf5398f0652bb47bde67e84ca /bin/pkg
parent1b958d1557990eb8992d33d0955e8c4f11492a09 (diff)
bin/pkg: Another stupid mistake
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 1d1315c..b88f1ec 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -23,7 +23,7 @@ check_deps () {
echo -n "$1 depends on $dep. Install dependency? [Y/n] "
read
if [ ! "$REPLY" = 'n' ]; then
- "$0" add "$dep"
+ pkg add "$dep"
fi
fi
}