diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-20 18:07:03 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-20 18:07:03 +0300 |
| commit | 0f03b26f442e1e48994163a9af68113fbaf9ac37 (patch) | |
| tree | de3613cf2e90547e56c74f4d350b1cdb80497a1c /meson_install.py | |
| parent | 4f1ca2062d69a57586813ec5bcd5780f89d2f075 (diff) | |
| download | meson-0f03b26f442e1e48994163a9af68113fbaf9ac37.tar.gz | |
Removed -tt, which is not necessary with Python 3.
Diffstat (limited to 'meson_install.py')
| -rwxr-xr-x | meson_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_install.py b/meson_install.py index 467423203..38ca621bb 100755 --- a/meson_install.py +++ b/meson_install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -tt +#!/usr/bin/env python3 # Copyright 2013 Jussi Pakkanen |
