Bug#510345: devscripts: checkbashisms does not detect bash function 'source'

2008-12-31 Thread Adam D. Barratt
On Wed, 2008-12-31 at 14:10 -0500, Jameson Graef Rollins wrote: > On Wed, Dec 31, 2008 at 06:26:43PM +, Adam D. Barratt wrote: > > It does, but only if it's one of the forms "source ./foo", > > "source /foo/bar" or "source $foo". I can't see any obvious reason from > > the changelog, that "sour

Bug#510345: devscripts: checkbashisms does not detect bash function 'source'

2008-12-31 Thread Jameson Graef Rollins
On Wed, Dec 31, 2008 at 06:26:43PM +, Adam D. Barratt wrote: > It does, but only if it's one of the forms "source ./foo", > "source /foo/bar" or "source $foo". I can't see any obvious reason from > the changelog, that "source bar" isn't flagged, but I'm not currently > sure whether there was a

Bug#510345: devscripts: checkbashisms does not detect bash function 'source'

2008-12-31 Thread Adam D. Barratt
user devscri...@packages.debian.org usertag 510345 checkbashisms # Add a version that's been in unstable and will # therefore be in squeeze found 510345 2.10.35 retitle 510345 [checkbashisms] Doesn't detect the use of source with no path information thanks On Wed, 2008-12-31 at 12:59 -0500, James

Bug#510345: devscripts: checkbashisms does not detect bash function 'source'

2008-12-31 Thread Jameson Graef Rollins
Package: devscripts Version: 2.10.35lenny1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It appears that checkbashisms does not detect the bash function 'source': servo:/tmp/cdtemp.XcoaZB 0$ cat foo #!/bin/sh source bar servo:/tmp/cdtemp.XcoaZB 0$ checkbashisms -p ./foo servo:/t