From 624ee3e8ad1e8c25f0491833984a0e7c5db2b360 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 19 May 2008 23:15:38 +0200 Subject: bin/pkg: Another stupid mistake --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') 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 } -- cgit v1.2.3