lib/scripts/getplatform
author wenzelm
Mon, 16 Dec 1996 09:59:18 +0100
changeset 2400 4b08766bc9d1
parent 2346 c0165f34e987
child 2561 8ef656dbf4fa
permissions -rw-r--r--
added symbolinput filter;

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