Bugs using PeeWee on Mandrake 7.2
Adi Linden
[email protected]
Tue, 19 Dec 2000 09:26:58 -0600 (CST)
Hi,
What version of bash does Mandrake 7.2 include? I've had several reports
of the
> pwl_target_functions-> syntax error :unexpected end of file
type error but have npt been able to recreate the problem at all! I am
cc'ing this to the [email protected] list for reference.
TTYL,
Adi
On Tue, 19 Dec 2000, Herman Theron wrote:
> Hi Adi
>
> Must congratulate you on a very nice embedded environment!!
>
> I've had trouble using the binaries on a Mandrake 7.2 system (Version 0.53.24). I think it might be a bash problem.
>
> Bug report:
> Everything works fine until I want to create a bootable floppy.
>
> The script pwl_target complains:
> pwl_target_functions-> syntax error :unexpected end of file
> pwl_target_load-> syntax error: unexpected end of file
> (Not real error messages)
>
> I fixed the problem (after some hunting). It has to do when you use
> something like the following:
> { dd if ..... } >>$rd_log 2>&1
>
> I had to add {} to the above line->
> {{ dd if ..... } >>$rd_log 2>&1}
>
> This helped in both files.
>
> Hope this helps.
>
> Cheers
> Herman
>
---------------------------------------------------
See the list archives at http://adis.on.ca/archives/
See the PWL homepage at http://peeweelinux.com
---------------------------------------------------