Mail Archives: djgpp/2001/06/15/08:15:37
On Thu 14 Jun 2001 18:10, "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> wrote:
> > Date: Thu, 14 Jun 2001 16:03:56 +0200
> > From: "H.Merijn Brand" <h DOT m DOT brand AT hccnet DOT nl>
> >
> > I just did. (And also submitted a patch to change '>/dev/null', '>
> > /dev/null', '>>/dev/null' and '>> /dev/null' all to '>>/dev/null'
> > for consistency)
> >
> > For the moment it passes all /dev/null issues, but now croacks on
> > touch and tr issues. Should I persue or wait for possible bash
> > changes?
>
> I don't expect problems with `tr' and `touch' to be Bash issues. So
> please try to investigate them if you have time. Thanks.
>
> Mark, could you please see what does Bash do with "> /dev/null" that
> it doesn't do with ">> /dev/null"? I don't understand why one works
> while the other doesn't; the suggestion to use >> was a hunch (I've
> seen similar problems with PRN on other versions of Windows, even
> under COMMAND.COM).
sh-2.04$ cat test.sh
cat <<EOM
Blah
EOM
sh-2.04$ sh test.sh
Blah
sh-2.04$
C:\Util\Perl\PERL-5~1.1>
And a message:
NTVDM.exe heeft fouten gegenereerd en wordt gesloten door
Windows. U dient dit programma opnieuw te starten.
Er wordt een foutenlogboek gemaakt.
[ OK ]
(Dutch2US: NTVDM.exe has generated errors and will be closed by
Windows. You will have to restart this program.
An error log will be generated.)
Still looging for that error log ...
--
H.Merijn Brand Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1 & 626 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/
- Raw text -