glsl: remove shebang from python scripts

All of the scripts are [must be] executed via $PYTHON2 [or equivalent]
hence why they are missing the execute bit.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Emil Velikov 2017-02-22 16:41:00 +00:00 committed by Emil Velikov
parent eca18d440d
commit 56e58e01e4
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#! /usr/bin/env python
#
# Copyright (C) 2015 Intel Corporation
#

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding=utf-8
#
# Copyright © 2011 Intel Corporation