lib/scripts/getplatform
author sandnerr
Fri, 13 Dec 1996 12:01:26 +0100
changeset 2380 90280b3a538b
parent 2346 c0165f34e987
child 2561 8ef656dbf4fa
permissions -rw-r--r--
Dummy change to document the change in revision 1.5: Parent theory changed to HOLCF.thy (former Tr2.thy) . Was necessary because the use of HOLCF_ss in Hoare.ML, which has been extended by the introduction of the Lift theories.

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