functionality added to getsettings;
authorwenzelm
Thu, 06 Feb 1997 18:40:39 +0100
changeset 2594 4743d85eace0
parent 2593 012be3cc5203
child 2595 548f8ed89a80
functionality added to getsettings;
lib/scripts/getplatform
--- a/lib/scripts/getplatform	Thu Feb 06 18:40:23 1997 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#
-# $Id$
-#
-# getplatform - bash source script to augment current env.
-#
-
-#get bash-style platform info -- has to work around some tricky features
-unset HOSTTYPE
-unset OSTYPE
-PLATFORM=$(unset ENV; unset BASH_ENV; bash -norc -c 'echo $HOSTTYPE-$OSTYPE')