Browse Source

Fix grammar error

merge-requests/1/merge
lhark 9 years ago
parent
commit
b5958036c4
  1. 3
      functions

3
functions

@ -167,7 +167,8 @@ prompt_msg () {
git_network_unreachable) git_network_unreachable)
msg="Can't reach rc git repo";; msg="Can't reach rc git repo";;
update_sys*) update_sys*)
msg="Update ready for system. $(echo $line | grep -o '[0-9]*' | head -n 1) Packages";; nb_pkg=$(echo $line | grep -o '[0-9]*' | head -n 1)
msg="Update ready for the system. $nb_pkg new package$([ $nb_pkg -gt 1 ] && echo s)";;
*) *)
msg="";; msg="";;
esac esac

Loading…
Cancel
Save