diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-24 19:38:44 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-24 19:38:44 +0200 |
| commit | 6bbaba5a8230003fca393ad8ccc3971f2b2f349e (patch) | |
| tree | c40a79a45ca8ecc352ba9586d3933e97a31f8e78 /meson.py | |
| parent | 8ba79591bccd50a1f0589214bb431bfc52cac768 (diff) | |
| download | meson-6bbaba5a8230003fca393ad8ccc3971f2b2f349e.tar.gz | |
Removed -tt from shebang lines because GNU env can't handle it and the
test suite now checks for tabs.
Diffstat (limited to 'meson.py')
| -rwxr-xr-x | meson.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -tt +#!/usr/bin/env python3 # Copyright 2012 Jussi Pakkanen |
