lib/scripts/getplatform
author wenzelm
Thu, 23 Jan 1997 18:10:29 +0100
changeset 2548 b5d19d99a58d
parent 2346 c0165f34e987
child 2561 8ef656dbf4fa
permissions -rw-r--r--
'rm -f' instead of 'cp -f';

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