Re: bash-2.05b6 shell script fails

2002-11-06 Thread Corinna Vinschen
On Wed, Nov 06, 2002 at 05:02:12PM -0500, Harig, Mark A. wrote: > It appears to be a problem with command substitution. > The following script fails also: > > #!/bin/bash > foo=foo1 > # simple assignment worked? > bar=`echo` > # command-substitution worked? > > When run in bash-2.05b6, the follow

RE: bash-2.05b6 shell script fails

2002-11-06 Thread Harig, Mark A.
-substitution: command not found > -Original Message- > From: Dennis Cook [mailto:cook@;sandgate.com] > Sent: Wednesday, November 06, 2002 4:28 PM > To: [EMAIL PROTECTED] > Subject: bash-2.05b6 shell script fails > > > The following bash script fails when run with ba

bash-2.05b6 shell script fails

2002-11-06 Thread Dennis Cook
The following bash script fails when run with bash-2.05b6. bash-2.05b5 is OK. #!/bin/bash # Make the DOS current directory string for "runbuild.bat" to use. export SRC_DIR=`cygpath -a -w .` # Decide which platforms to build based on what kind of system we're # running on. case "`uname`" in C