diff options
Diffstat (limited to 'bin')
-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; { |