From ab7635512827f82993b97ae9795f8273361900d0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Mar 2011 09:29:41 +0100 Subject: [PATCH] add hint to . ./bin/cdist-env Signed-off-by: Nico Schottelius --- doc/man/cdist-env.text | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/man/cdist-env.text b/doc/man/cdist-env.text index 8d10aa85..cf54d363 100644 --- a/doc/man/cdist-env.text +++ b/doc/man/cdist-env.text @@ -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