Skip to content

Commit

Permalink
use taint mode for pveceph
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerdietmar committed Jan 21, 2014
1 parent cb030fc commit 86ec932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pvectl.1.pod: pvectl
perl -I.. ./pvectl printmanpod >$@

pveceph.1.pod: pveceph
perl -I.. ./pveceph printmanpod >$@
perl -I.. -T ./pveceph printmanpod >$@

vzdump.1.pod: vzdump
perl -I.. -T ./vzdump printmanpod >$@
Expand Down
2 changes: 1 addition & 1 deletion bin/pveceph
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/perl -T

use strict;
use warnings;
Expand Down

0 comments on commit 86ec932

Please sign in to comment.