Re: core(5) implementation using perl(1)

2001-04-20 Thread Maxim Sobolev
Anton Berezin wrote: > On Thu, Apr 19, 2001 at 07:00:21PM +0300, Maxim Sobolev wrote: > > > Attached script forces perl(1) to dump core, which isn't a good > > behaviour IMO (tested on 5-CURRENT and 4.3-RC). > > Why it is definitely not a good behavior for perl(1), the script is > not correct any

Re: core(5) implementation using perl(1)

2001-04-20 Thread Anton Berezin
On Fri, Apr 20, 2001 at 04:33:48PM +0200, Anton Berezin wrote: > On Thu, Apr 19, 2001 at 07:00:21PM +0300, Maxim Sobolev wrote: > > > Attached script forces perl(1) to dump core, which isn't a good > > behaviour IMO (tested on 5-CURRENT and 4.3-RC). > > Why it is definitely not a good behavior f

Re: core(5) implementation using perl(1)

2001-04-20 Thread Anton Berezin
On Thu, Apr 19, 2001 at 07:00:21PM +0300, Maxim Sobolev wrote: > Attached script forces perl(1) to dump core, which isn't a good > behaviour IMO (tested on 5-CURRENT and 4.3-RC). Why it is definitely not a good behavior for perl(1), the script is not correct anyway. You need to change " to ' to

core(5) implementation using perl(1)

2001-04-19 Thread Maxim Sobolev
Hi, Attached script forces perl(1) to dump core, which isn't a good behaviour IMO (tested on 5-CURRENT and 4.3-RC). -Maxim #!/bin/sh perl -pi -e "s|make|\$\{MAKE\}|g ; s|^INCPATH=.*|INCPATH=-I/usr/local/include -I/usr/local/include/SDL11 -D_REENTRANT| ;