[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaRocks 0.4
- From: Hisham <hisham.hm@...>
- Date: Sat, 19 Jan 2008 21:06:46 -0200
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