diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-25 12:20:06 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-25 12:20:06 +0200 |
commit | c12f0d909d0fca3686f52751ce27c59f4c7ae519 (patch) | |
tree | 40624cf73a2e2e2ca80bc54c92b0b54c250e5e5b /bin | |
parent | 9fc6619dd30c949dc7636ee307c5209cc8ff6e1b (diff) |
bin/pkg: Do not die when not installing dependencies
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -183,8 +183,6 @@ check_deps () { for pkg in $INSTALL; { pkg_add "$pkg" } - } else { - die "Installation aborted" } } } |