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 Message-ID: From: "Menon, Girish (MED, WIPRO-GE MED)" To: cygwin AT cygwin DOT com Subject: Backtick does not work Date: Tue, 12 Aug 2003 13:57:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" From the bash shell the ` (backtick or command execution) work. But when I spawn a process and execute a shell script which contains the back ticks, the process just chokes. For example, a simple shell script like #!/bin/sh .. .. myenv=`/bin/env | grep CYGWIN` .. .. I am able to execute this script properly from the bash shell (as any user on the system). I am not getting any error at all from the execution of the script. It just quits. I checked the error code too. It is 0. But this same script when executed via a spawned process does not work. Any help? Girish -- 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/