Index: ossp-pkg/platform/platform.sh RCS File: /v/ossp/cvs/ossp-pkg/platform/platform.sh,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/platform/platform.sh,v' 2>/dev/null --- platform.sh 2003/09/11 17:59:34 1.7 +++ platform.sh 2003/09/12 09:25:06 1.8 @@ -362,7 +362,9 @@ if [ -f /etc/lsb-release ]; then eval `( . /etc/lsb-release echo "SC=\"LSB${LSB_VERSION}\"" - echo "SP=\"${DISTRIB_ID} ${DISTRIB_RELEASE}\"" + if [ ".${DISTRIB_ID}" != . ]; then + echo "SP=\"${DISTRIB_ID} ${DISTRIB_RELEASE}\"" + fi ) 2>/dev/null` fi if [ ".$SP" = . ]; then