diff --git a/pbc b/pbc index 83d8014..26c9b8c 100755 --- a/pbc +++ b/pbc @@ -394,8 +394,7 @@ case "$action" in fi fi - $update && action='Update' || action='Installation' - echo "$action successful!" + echo "Success!" ;; *) "$PBC" "$action" "${args[@]}" || exit $?