Avoid adding Lua sources and patches twice when recursing (ticket #82)
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Aug 2009 09:07:48 +0000 (12:07 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Aug 2009 09:07:48 +0000 (12:07 +0300)
commitd8cde273e5523364df4f4f9ae7ad3374cf02e549
tree65ad6ce822d294222754d252de2c05cbde2da065
parent3fc58248d23d6f720942e5cbf4f92db246a802f0
Avoid adding Lua sources and patches twice when recursing (ticket #82)
- parseSpec() operates on newly created empty spec structures even when
  "recursing" but the lua variables are global and need recursion
  protection to avoid adding multiple times
build/spec.c