From 6bbaba5a8230003fca393ad8ccc3971f2b2f349e Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 24 Mar 2013 19:38:44 +0200 Subject: Removed -tt from shebang lines because GNU env can't handle it and the test suite now checks for tabs. --- meson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.py') diff --git a/meson.py b/meson.py index f8e37abf7..828796ba7 100755 --- a/meson.py +++ b/meson.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -tt +#!/usr/bin/env python3 # Copyright 2012 Jussi Pakkanen -- cgit v1.2.3