lib/scripts/getplatform
author wenzelm
Tue, 07 Jan 1997 09:06:01 +0100
changeset 2478 adbd622bb375
parent 2346 c0165f34e987
child 2561 8ef656dbf4fa
permissions -rw-r--r--
added ISABELLE, ISATOOL;

#
# $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')