From: john DOT lewis AT syspac DOT com ("John A. Lewis") Subject: Re: BASH bug? 19 Apr 1997 08:28:17 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <33588932.6D69.cygnus.gnu-win32@syspac.com> References: <33562687 DOT 5CCE1468 AT spider DOT fh DOT trw DOT 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 Original-CC: "gnu-win32 AT cygnus DOT com" X-Priority: 3 (Normal) Original-Sender: owner-gnu-win32 AT cygnus DOT 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 < 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 AT cygnus DOT com" with one line of text: "help". - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".