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
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
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
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| ;