From: john.lewis@syspac.com ("John A. Lewis")
Subject: Re: BASH bug?
19 Apr 1997 08:28:17 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <33588932.6D69.cygnus.gnu-win32@syspac.com>
References: <33562687.5CCE1468@spider.fh.trw.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.0b2 (Win95; I)
Original-To: Ray Kelm <kelmr@spider.fh.trw.com>
Original-CC: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>
X-Priority: 3 (Normal)
Original-Sender: owner-gnu-win32@cygnus.com

Ray,

You should be able to fix this problem by creating a /tmp direcotry for
the shell to use.  You can do this by creating a directory called 'tmp'
wherever you have your root set up, or by mounting your windows temp
directory ('C:\Windows\Temp' perhaps?) as '/tmp'.

-- John Lewis


Ray Kelm wrote:
> 
> This doesn't work in a bash script:
> 
> #!/bin/sh
> 
> cat > test.txt <<EOF
> this is a test
> EOF
> 
> I get:
> 
> ./script: 73165732: No such file or directory
> 
> Is this a bug someone has fixed? or even seen?
> 
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
