bisect-runner.pl should match patches with directory 'b' before 'a'.
authorNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 19:50:46 +0000 (20:50 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:30 +0000 (09:19 +0200)
commitbff4c28782fd076ae48bd99ed064d30b6e14e291
tree22d86bcdff2de754a9f5eb18bc548966b444c01b
parent3f468b94fc9d0dacf058976dfcac9370a9d23c13
bisect-runner.pl should match patches with directory 'b' before 'a'.

The pattern to extract the file for diagnostics should a patch not apply was
failing to match (and generating a legitimate used of uninitialized value
warning) for the case where the patch was specified as --- b/ +++ a/
The pattern was only expecting --- a/ +++ b/
Porting/bisect-runner.pl