This is the mail archive of the
cygwin@sourceware.cygnus.com
mailing list for the Cygwin project.
Backticking in Shell Scripts
- To: gnu-win32 at cygnus dot com
- Subject: Backticking in Shell Scripts
- From: Matthew Donadio <m dot p dot donadio at ieee dot org>
- Date: Fri, 01 May 1998 08:58:00 -0400
I just installed cygwin32 19.1, but am having a strange problem. I'm
sure I have something set up wrong, but I have absolutely no idea what I
goofed up.
If I am at a bach prompt, the following will produce the correct output:
# echo `uname -a`
But, if I try
#!/bin/bash
echo `uname -a`
I get a null string. If I add -v and -x flags for bash I can see that
uname is getting executed.
I looked through the FAQ and the mailing list archives with no luck.
Any ideas? If it makes any difference I am using WinNT 4.0 SP 3.
Thanks.
--Matt Donadio (m.p.donadio@ieee.org)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".