diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-11-17 22:47:41 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-11-17 22:47:41 +0200 |
commit | 8ef713843f6559593082bf6411d81a6d9cd87ffd (patch) | |
tree | 734c41b3ec4ddaf10104ed521ab1a78b00131194 /depfixer.py | |
parent | 94946cc6c32b8ef5d6810660ca3a3b5fe1ddb907 (diff) | |
download | meson-8ef713843f6559593082bf6411d81a6d9cd87ffd.zip meson-8ef713843f6559593082bf6411d81a6d9cd87ffd.tar.gz meson-8ef713843f6559593082bf6411d81a6d9cd87ffd.tar.bz2 |
Use env.
Diffstat (limited to 'depfixer.py')
-rwxr-xr-x | depfixer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depfixer.py b/depfixer.py index 5585501..3cccfd0 100755 --- a/depfixer.py +++ b/depfixer.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright 2013 Jussi Pakkanen |