diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-10-21 15:58:00 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-10-21 16:52:51 -0400 |
commit | c017195103d9df92ece6ba22e571f0650862bf18 (patch) | |
tree | 50fb6a3d49e9683076a5ee1aed8799de18a61894 /buildscripts/smoke.py | |
parent | 57aecc7f77f848935c4fd946eb16cf55bb77993b (diff) | |
download | mongo-c017195103d9df92ece6ba22e571f0650862bf18.tar.gz |
use /usr/bin/env python in all buildscripts
Diffstat (limited to 'buildscripts/smoke.py')
-rwxr-xr-x | buildscripts/smoke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index dcfd7027b9e..670fc5e35e0 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # smoke.py: run some mongo tests. |