X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.2 required=5.0	tests=BAYES_00,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Alan Sinclair <alan.sinclair@citrix.com>
Subject: setting environment for bash running via cygserver
Date: Fri, 9 Sep 2011 17:44:52 +0000 (UTC)
Lines: 12
Message-ID: <loom.20110909T192501-772@post.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Where can I set environment variables which will be available in a 
bash script running under cygserver?

I need to ssh onto a remote cygserver and run bash scripts. RSA keys 
are all set up so no password is needed and I can ssh onto the target 
machine just fine by doing 
    ssh me@machine bash ~/myscript.sh ARGS 

But myscript.sh is not getting the environment it needs. For example, 
the script needs PROGRAMFILES, and also needs PROCESSOR_ARCHITEW6432 
set in the environment on 64-bit OS.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

