Fix another typo

Submitted by:	chad@cropcirclesystems.org
This commit is contained in:
Michael Johnson 2005-02-05 14:28:03 +00:00
parent 4b8d0cb043
commit be31d9ae60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128075

View File

@ -34,7 +34,7 @@ For Korn/Bourne shells Add the following to /etc/profile:
export DISTCC_HOSTS="localhost host1 host2"
For csh/tcsh Add the following to /etc/csh.cshrc:
setenv CACHE_PREFIX distcc
setenv CCACHE_PREFIX distcc
setenv DISTCC_HOSTS "localhost host1 host2"
--