Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. diff --git a/pacaur b/pacaur
  2. index 6732c63..be9df78 100755
  3. --- a/pacaur
  4. +++ b/pacaur
  5. @@ -1777,7 +1777,7 @@ Proceed() {
  6. read -r answer
  7. ;;
  8. *)
  9. - if [[ $cleancache ]]; then
  10. + if [[ true || $cleancache ]]; then
  11. read -r answer
  12. else
  13. read -r -n 1 answer
  14. @@ -1800,7 +1800,7 @@ Proceed() {
  15. read -r answer
  16. ;;
  17. *)
  18. - if [[ $cleancache ]]; then
  19. + if [[ true || $cleancache ]]; then
  20. read -r answer
  21. else
  22. read -r -n 1 answer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement