SlackBuilds package tool
Go to file
mauro.giachero cf5963a290 search_package(): do not leak $PKG.
Before this patch, search_package leaked $PKG and in some
places the code actually made use of that. Since $PKG is the
unmodified first parameters of the function, there's really
no need to use the leaked value -- just use whatever was
put as first argument to the call.
As a side effect, probably some cosmetic bug got fixed,
since $PKG was also used in odd places.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
2009-05-21 16:35:11 +00:00
src search_package(): do not leak $PKG. 2009-05-21 16:35:11 +00:00
tools New repository layout implementation. 2009-05-18 09:03:18 +00:00
ChangeLog-current.txt update ChangeLog-current.txt 2009-05-21 13:24:50 +00:00