I found a bug, so I'm attaching a patch to fix it. The list of test
cases is now this:
'foo.bar' => 'd:\usr\eli\utils\lib/foo.bar'
'.\foo.bar' => 'd:\usr\eli\utils\lib/foo.bar'
'./foo.bar' => 'd:\usr\eli\utils\lib/foo.bar'
'..\foo.bar' => 'd:\usr\eli\utils\foo.bar'
'../fo
On 11/20/2012 09:27 PM, Théophile Ranquet wrote:
> Hi Stefano, hello Gnulibers,
>
> (For more context about this, see
> http://lists.gnu.org/archive/html/bug-bison/2012-11/msg00022.html)
>
> +2012-11-20 Theophile Ranquet
> +
> + maint.mk: avoid gratuitous failure
> + Reported by Stefan
Hi Stefano, hello Gnulibers,
(For more context about this, see
http://lists.gnu.org/archive/html/bug-bison/2012-11/msg00022.html)
2012/11/19 Stefano Lattarini :
> $ git submodule --quiet foreach test '$(git rev-parse $sha1)' = '$(git
> merge-base origin $sha1)'
The quoting here seems a bit lac