lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Jan 19, 2008 4:17 PM, Mike Schmitz <mschmitz@colug.org> wrote:
> Small bug in the configure script:  It only reads the first 2 items in
> the path.
>
> in find_program(), the line:
>      path="`echo "$pat[5;5~[5;5~h" | sed -n 's/[^:]*::*\(.*\)/\1/p'`"
> should read:
>      path="`echo "$path" | sed -n 's/[^:]*::*\(.*\)/\1/p'`"

Oops, thanks for the report. Fixed in CVS.

-- Hisham