On 10/29/07, Isaac Dupree <[EMAIL PROTECTED]> wrote:
> ]UpdateRecipes
> UpdateRecipes: Updating recipes from store http://gobolinux.org/recipe-store
> /System/Links/Executables/UpdateRecipes: line 64: `${recipename}': not a
> valid identifier
> UpdateRecipes: Updating recipes from store
> http://gobo.calica.com/recipe-store
> /System/Links/Executables/UpdateRecipes: line 64: `${recipename}': not a
> valid identifier
>
>
> I think what it means is that on line 70 of the UpdateRecipes script,
>       for ${recipename} in ${tmpls}
> should be
>       for recipename in ${tmpls}
> .

Indeed. Applied the change, thanks.

-- Hisham
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to