From 1f4cce86add495fb07ae9ace83907dbd1415dd68 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 4 Oct 2016 00:38:42 +0300 Subject: Remove shebangs on files that are not runnable and add execute bits to those that are. --- mesonbuild/scripts/gettext.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mesonbuild/scripts/gettext.py') diff --git a/mesonbuild/scripts/gettext.py b/mesonbuild/scripts/gettext.py index 1f0a391..ba6b242 100644 --- a/mesonbuild/scripts/gettext.py +++ b/mesonbuild/scripts/gettext.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.1