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:
parent
4f2b172ab6
commit
8a21134be1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user