Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gentoo.org...
[portage.git] / tabcheck.py
1 #!/usr/bin/python -O
2
3 import tabnanny,sys
4
5 for x in sys.argv:
6         tabnanny.check(x)