diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-21 22:00:39 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-21 22:00:39 +0200 |
| commit | e3a73c1cba50cf40839ff21c6b0184d78985080a (patch) | |
| tree | 54bdbd0cb48801593903cc539ff9dd90a0ee4555 | |
| parent | 2c3eeeb6d65f0553609c2a6db124c7242da34406 (diff) | |
bin/pkg: check_deps: Different formulation
| -rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ check_deps () { } } if ([ -n "$INSTALL" ]) { - info "$1 depends on the following packages: " + info "$1 has unmet dependencies: " echo "$INSTALL" if (confirm_yes "Install dependencies?") { for pkg in $INSTALL; { |
