This commit is contained in:
Christian G. Warden 2012-01-04 07:58:51 -08:00
parent dd588016a0
commit b0e25e8784
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if grep -q ^Fedora /etc/redhat-release 2>/dev/null; then
exit 0
fi
# CentOS is also based on Redhat, this return before redhat!
# CentOS is also based on Redhat, thus return before redhat!
if grep -q ^CentOS /etc/redhat-release 2>/dev/null; then
echo centos
exit 0