ossp-pkg/shtool/sh.platform 1.21 -> 1.22
--- sh.platform 2007/06/04 16:22:40 1.21
+++ sh.platform 2007/06/04 19:42:11 1.22
@@ -229,7 +229,7 @@
-e 's/^#.*$//'`
case "`util_lower ${n}`" in
redhat )
- if [ ".`grep 'Red Hat Enterprise Linux' /etc/${tagfile}`" != . ]; then
+ if [ ".`egrep '(Red Hat Enterprise Linux|CentOS)' /etc/${tagfile}`" != . ]; then
n="<R>ed <H>at <E>nterprise <L>inux"
else
n="<R>ed <H>at <L>inux"
|
|