Skip to content
Snippets Groups Projects
  1. Jun 03, 2021
  2. Apr 15, 2021
  3. Mar 16, 2021
  4. Mar 03, 2021
  5. Mar 01, 2021
  6. Feb 26, 2021
  7. Feb 24, 2021
  8. Feb 23, 2021
  9. Feb 11, 2021
  10. Jan 27, 2021
  11. Jan 26, 2021
  12. Jan 25, 2021
  13. Jan 21, 2021
  14. Jan 19, 2021
  15. Jan 15, 2021
  16. Jan 12, 2021
  17. Jan 08, 2021
  18. Jan 05, 2021
    • Torsten Bögershausen's avatar
      RULES_E3/module_name_check: use `grep -q` · d79a1c12
      Torsten Bögershausen authored
      Asking grep to output stuff and the piping it to /dev/null can be done
      better, use "grep -q".
      
      From man grep:
          -q, --quiet, --silent
                    Quiet; do not write anything to standard output.
                    Exit immediately with zero status if any match is found,
                    even if  an  error was detected.
                    Also see the -s or --no-messages option.
      
      While there, remove the redirection of stderr.
      It should be quiet anyway, and if there really is an error,
      we want to see it.
      This removes the "bash-istic" "&> /dev/null"
      which is a non-portable version of >/dev/null 2>&1
      d79a1c12
  19. Dec 16, 2020
  20. Dec 15, 2020
  21. Dec 08, 2020
  22. Nov 30, 2020
  23. Nov 27, 2020
  24. Nov 06, 2020
  25. Oct 23, 2020
Loading