Commit Graph

4 Commits

Author SHA1 Message Date
Ville Skyttä 8a2e388e10 dist.sh: use `grep -E` instead of `egrep`
`egrep` has been deprecated in GNU grep since 2007, and in current
post 3.7 Git it has been made to emit obsolescence warnings:
https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1
2021-11-13 15:16:45 +02:00
Carl George 7ca91f59f7 Make check_rhel function compatible with CentOS
The check_rhel function should return the same thing on CentOS as it
does on RHEL.  Currently CentOS applies this modification downstream.
Now that CentOS is part of the Red Hat family, it would be ideal to push
this modification upstream.
2020-05-06 09:30:47 -05:00
Jeremy Katz 1b84f70101 fix dist.sh --fc (#223651) 2007-06-19 14:24:12 -04:00
Elliot Lee 259bb7270c add dist.sh 2005-03-24 20:10:06 +00:00