diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -435,7 +435,7 @@ function check_prereqs { if [[ $1 == 'package' ]] { is_installed $2 || maybe_install+=$2 } else { - $* || info+="Suggest failed: $*\n" + $* || info+="Recommend failed: $*\n" } } |