diff options
author | Matthew King <chohag@jtan.com> | 2016-06-26 16:47:03 +0300 |
---|---|---|
committer | Matthew King <chohag@jtan.com> | 2016-06-26 16:47:03 +0300 |
commit | 873e81f89b3197580aca3dd4a591d00e41696a89 (patch) | |
tree | 0fcffb8b510b0eda8f649bcfa3f199dd7045fb52 /src/test/buildenv.py.in | |
parent | 1922e5a6545835ac57e8a56aa4c4a251c07fe9e9 (diff) |
Use portable #! in python scripts (/usr/bin/env)
Diffstat (limited to 'src/test/buildenv.py.in')
-rw-r--r-- | src/test/buildenv.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/buildenv.py.in b/src/test/buildenv.py.in index 1618bdeb76..153f34a3db 100644 --- a/src/test/buildenv.py.in +++ b/src/test/buildenv.py.in @@ -1,2 +1,2 @@ -#!/usr/bin/python +#!/usr/bin/env python exeext="@EXEEXT@" |