Allow the user to override the default host identity.

git-svn-id: svn://10.0.0.236/trunk@6149 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com 1998-07-22 04:53:19 +00:00
parent 4f2b172ab6
commit 8a21134be1

View File

@ -27,6 +27,14 @@
##
##############################################################################
# Allow the user to override the default host identity
if [ -n "$MOZILLA_HOSTIDENT" ]
then
echo $MOZILLA_HOSTIDENT
exit
fi
HOSTIDENT_ARCH=`uname -s`
# Determine the host name