]> git.sur5r.net Git - i3/i3/commit
testcases: Makefile.PL: NAME =~ s/ /-/
authorMaik Fischer <maikf@qu.cx>
Fri, 25 Nov 2011 16:04:52 +0000 (17:04 +0100)
committerMaik Fischer <maikf@qu.cx>
Sun, 4 Dec 2011 13:14:20 +0000 (14:14 +0100)
commite8d2fbbac81bb13e3e4bebf7dec75b215af4aef4
tree5c7c5f1b020ccb9941a1b4bef0485f4594edcce0
parent423b891995f8ba4df394a8cd313a91faf6eb50e9
testcases: Makefile.PL: NAME =~ s/ /-/

since NAME is used to generate targets,
a space will lead to invalid syntax eg:
Makefile:547: warning: overriding commands for target `i3'
Makefile:536: warning: ignoring old commands for target `i3'
testcases/Makefile.PL