Merge remote branch 'nico/master'

This commit is contained in:
Steven Armstrong 2011-03-23 11:05:06 +01:00
commit c743bd6461
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ in csh variants (csh, tcsh):
eval `./bin/cdist-env`
--------------------------------------------------------------------------------
Replace "./" with the checkout directory of cdist.
For bourne shell, the is also a shorter version:
--------------------------------------------------------------------------------
. ./bin/cdist-env
--------------------------------------------------------------------------------
SEE ALSO