lib/scripts/getplatform
author wenzelm
Tue, 07 Jan 1997 09:01:52 +0100
changeset 2474 9990f088d7ac
parent 2346 c0165f34e987
child 2561 8ef656dbf4fa
permissions -rw-r--r--
minor tuning;

#
# $Id$
#
# getplatform - bash source script to augment current env.
#

#get bash-style platform info
unset HOSTTYPE
unset OSTYPE
PLATFORM=$(bash -norc -c 'echo $HOSTTYPE-$OSTYPE')