lib/scripts/getplatform
author wenzelm
Tue, 17 Dec 1996 12:53:14 +0100
changeset 2430 7dc83c3d751a
parent 2346 c0165f34e987
child 2561 8ef656dbf4fa
permissions -rw-r--r--
now refers to absolute paths of binaries;

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