blob: 519003d040c0dd04bd9fb981d9c6604c9c0d5c6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Article 18849 of comp.lang.perl:
Path: netlabs!news.cerf.net!usc!howland.reston.ans.net!xlink.net!zib-berlin.de!zrz.TU-Berlin.DE!w204zrz!koen1830
From: koen1830@w204zrz.zrz.tu-berlin.de (Andreas Koenig)
Newsgroups: comp.lang.perl
Subject: Bug in find2perl
Date: 14 Feb 1994 09:43:16 GMT
Organization: mal franz, mal anna
Lines: 22
Message-ID: <2jnh3k$hcv@brachio.zrz.TU-Berlin.DE>
Reply-To: k@franz.ww.TU-Berlin.DE
NNTP-Posting-Host: w204zrz.zrz.tu-berlin.de
Cc:
Hi all,
I've encountered a bug in find2perl when used with the -prune Option.
As there have been some bugreports recently, *and* also because there
has to be fixed an incompatibility with perl5, I don't try to offer a
fix, sorry. The bug comes and goes like this (verified for SUN and
NeXT):
%/usr/bin/find foo -print
foo
foo/bar
foo/bar/baz
%/usr/bin/find foo -prune -print
foo
%perl /usr/local/bin/find2perl foo -prune -print | perl
foo
foo/bar
%perl5a5 /usr/local/bin/find2perl foo -prune -print | perl5a5
Final $ should be \$ or $name at /usr/local/bin/find2perl line 553, at end of string
syntax error at /usr/local/bin/find2perl line 553, near ""^$tmp$""
Execution of /usr/local/bin/find2perl aborted due to compilation errors.
|