From: jeffdb AT netzone DOT com ("Mikey") Subject: BASH && bug and (temp) fix 2 Mar 1997 10:39:15 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199703021807.LAA01532.cygnus.gnu-win32@nz1.netzone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Original-To: "cygnus" X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 Original-Sender: owner-gnu-win32 AT cygnus DOT com Possibly someone has already posted a fix for this, if so PLEASE! repost. cause I missed it. ;^) bash 1.14.7 built from the current b17.1 source tree has a problem with &&, to reproduce this just do./bash tests/precedence, from the user/bash source directory. you should get output something like bad seperator `276'! This problem does not occur with bash.exe from all.tar.gz. This problem shows up under both win95 and linux, and apparently is somewhere in the most recent changes to y.tab.c, because replacing the current y.tab.c with y.tab.c from 1.14.6 makes it go away. In order to run the full tests suite, under win95 you need to make -f Makefile.fsf tests (which will break) then copy recho.exe to a dir in your path, then cd /your-source-dir/bash/tests sh run-all ../glob-test also has a problem mkdir: connot make directory `a*b': No such file or directory (which seems reasonable to me, but works under linux :^). y.tab.c is 119k, so I'm not going to attach it, you should be able to pick up a copy on sunsite.unc.edu, if you really want to work on this. - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".