NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/44013: awk fails to parse numeric constants when LC_NUMERIC is set
> >How-To-Repeat:
> dominik@kraina-oz$ awk 'BEGIN {print 5 * 0.5}'
> awk: syntax error at source line 1
> context is
> BEGIN {print 5 * >>> 0.5 <<<
> awk: illegal statement at source line 1
This looks like a duplicate of bin/42320. Would you be able to do
your test on -current?
Thanks,
Alex
Home |
Main Index |
Thread Index |
Old Index