From bd52d4bc3b5bb6ef58279680f57ec4a7718cc676 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 29 Aug 2012 14:53:19 +0000 Subject: [PATCH] add support for ENV variable input git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13637 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdsh.1.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index 3342509cc..e76823f00 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -99,6 +99,10 @@ DSH_PATH=$PATH The B<-E> flag exports a local environment definition file to each remote target. Environment variables specified in this file are defined in the remote shell environment before the I is executed. +The definition file should contain entries like the following + and be executable. One environment variable per line. + export NEWENVVARIABLE="yes" + export ANOTHERENVVARIABLE="yes" B B: