Jonathan Nieder writes:
> Junio noticed that this variable is not quoted correctly when it is
> passed to sed. As a shell-quoted string, it should be inside
> single-quotes like $(perllibdir_relative_SQ), not outside them like
> $INSTLIBDIR.
Spreading credit is very much appreciated, but in thi
Junio noticed that this variable is not quoted correctly when it is
passed to sed. As a shell-quoted string, it should be inside
single-quotes like $(perllibdir_relative_SQ), not outside them like
$INSTLIBDIR.
In fact, this substitution variable is not used. Simplify by removing
it.
Reported-by
2 matches
Mail list logo