aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-01-06 15:30:44 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-01-06 15:30:44 +0200
commitf89023c58be0abe1fb68900cb6ceacfcdaa474d9 (patch)
treeaba29494bfe578e52c0631ca5307328268aeaf7c
parent4c041e2aec22f007b79a314d6f0472a1bc9bae2f (diff)
downloadmeson-f89023c58be0abe1fb68900cb6ceacfcdaa474d9.zip
meson-f89023c58be0abe1fb68900cb6ceacfcdaa474d9.tar.gz
meson-f89023c58be0abe1fb68900cb6ceacfcdaa474d9.tar.bz2
Added missing shebang line.
-rwxr-xr-xdirchanger.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/dirchanger.py b/dirchanger.py
index 4cc863a..fd3dc23 100755
--- a/dirchanger.py
+++ b/dirchanger.py
@@ -1,4 +1,6 @@
-# Copyright 2015 The Meson development team
+#!/usr/bin/env python3
+
+# Copyright 2015-2016 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.