From 44c8adccbe1e2cb8d529e3d7749f4a2e82dcd4c8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Mar 2011 10:25:53 +0100 Subject: [PATCH] cdist-env: document ./ as default Signed-off-by: Nico Schottelius --- doc/man/cdist-env.text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/cdist-env.text b/doc/man/cdist-env.text index fca115fb..8d10aa85 100644 --- a/doc/man/cdist-env.text +++ b/doc/man/cdist-env.text @@ -29,10 +29,10 @@ For use in bourne shell variants (like dash, bash, ksh) as well as in csh variants (csh, tcsh): -------------------------------------------------------------------------------- -eval `~/cdist/bin/cdist-env` +eval `./bin/cdist-env` -------------------------------------------------------------------------------- -Replace ~/cdist with the checkout directory of cdist. +Replace "./" with the checkout directory of cdist. SEE ALSO