Added missing shebang line.

This commit is contained in:
Jussi Pakkanen 2016-01-06 15:30:44 +02:00
parent 4c041e2aec
commit f89023c58b
1 changed files with 3 additions and 1 deletions

View File

@ -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.