Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: bash: simple command problem Date: Fri, 25 Jun 2004 11:21:03 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: cygwin DOT 20 DOT job AT spamgourmet DOT com To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit Hi Folks I hove the problem to set variable in front of executing a command. The bash manpage says that a simple command is a set of variable assignment followed by the command So I think that variableA=valA nextVariable=next echo $variableA $nextVariable should echo valA next but when I try this in the bash the echo is empty Did I understand something wrong or is it a bug? Regards Franz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/