aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-03-20 08:00:00 +0000
committerFabian Groffen <grobian@gentoo.org>2007-03-20 08:00:00 +0000
commite3b13d5103c4efa15fe0260e6d0d806a86670821 (patch)
tree8fa3f1109080fe2711a297334f374da5a4559044 /tabcheck.py
parentMerged from trunk 6245:6247 (diff)
downloadportage-e3b13d5103c4efa15fe0260e6d0d806a86670821.tar.gz
portage-e3b13d5103c4efa15fe0260e6d0d806a86670821.tar.bz2
portage-e3b13d5103c4efa15fe0260e6d0d806a86670821.zip
- use python from the path, as the system python might be kind of "old"
- if you use /bin/sh, then also only use /bin/sh syntax svn path=/main/branches/prefix/; revision=6249
Diffstat (limited to 'tabcheck.py')
-rwxr-xr-xtabcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabcheck.py b/tabcheck.py
index 1699e9883..bd125e437 100755
--- a/tabcheck.py
+++ b/tabcheck.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -O
+#!/usr/bin/env python
import tabnanny,sys