Skip to content

Commit

Permalink
use /usr/bin/env python in all buildscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeard0531 committed Oct 21, 2010
1 parent 57aecc7 commit c017195
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildscripts/distmirror.py
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python


# Download mongodb stuff (at present builds, sources, docs, but not # Download mongodb stuff (at present builds, sources, docs, but not
# drivers). # drivers).
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/errorcodes.py
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python


import os import os
import sys import sys
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/frob_version.py
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python


from __future__ import with_statement from __future__ import with_statement
import tempfile import tempfile
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/makealldists.py
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python


from __future__ import with_statement from __future__ import with_statement
import subprocess import subprocess
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/mergerepositories.py
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python


from __future__ import with_statement from __future__ import with_statement
from libcloud.types import Provider from libcloud.types import Provider
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/smoke.py
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python


# smoke.py: run some mongo tests. # smoke.py: run some mongo tests.


Expand Down

0 comments on commit c017195

Please sign in to comment.