On 08/08/15 14:23, Dave Reisner wrote: > On Aug 8, 2015 07:14, "Allan McRae" <[email protected]> wrote: >> >> When extracting variables from PKGBUILD (e.g. for .SRCINFO creation) we > make >> assumptions about whether variables are arrays or not. This adds a check > to >> the PKGBUILD linter to ensure variables are arrays or not as appropriate. >> >> Signed-off-by: Allan McRae <[email protected]> >> --- >> >> v2: >> - rename file >> - do word based matching >> - also check += usage > > Missing from this list -- $BUILDSCRIPT must be quoted throughout the file. >
Fixed. Thanks, Allan
