On Thu, 12 Jun 2003, Charles Wilson wrote:Try this instead:
export PKG=`echo $tscriptname | sed -e 's/\-[^\-]*\-[^\-]*$//'` export VER=`echo $tscriptname | sed -e "s/${PKG}-//" -e 's/\-[^\-]*$//'` export REL=`echo $tscriptname | sed -e "s/${PKG}-${VER}-//"`
Works like a charm, thanx :)
Okay, I've updated the generic-build-script.
--Chuck
