lib/scripts/getplatform
author wenzelm
Mon, 16 Dec 1996 10:02:17 +0100
changeset 2404 edcc26b1461d
parent 2346 c0165f34e987
child 2561 8ef656dbf4fa
permissions -rw-r--r--
added symbol_input.ML;

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