Commit 86ec9322 authored by Dietmar Maurer's avatar Dietmar Maurer

use taint mode for pveceph

parent cb030fcd
...@@ -47,7 +47,7 @@ pvectl.1.pod: pvectl ...@@ -47,7 +47,7 @@ pvectl.1.pod: pvectl
perl -I.. ./pvectl printmanpod >$@ perl -I.. ./pvectl printmanpod >$@
pveceph.1.pod: pveceph pveceph.1.pod: pveceph
perl -I.. ./pveceph printmanpod >$@ perl -I.. -T ./pveceph printmanpod >$@
vzdump.1.pod: vzdump vzdump.1.pod: vzdump
perl -I.. -T ./vzdump printmanpod >$@ perl -I.. -T ./vzdump printmanpod >$@
......
#!/usr/bin/perl #!/usr/bin/perl -T
use strict; use strict;
use warnings; use warnings;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment