From fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= <rverschelde@gmail.com>
Date: Mon, 17 Oct 2016 08:50:25 +0200
Subject: SCsub: Add python shebang as a hint for syntax highlighting

Also switch existing shebangs to "better" /usr/bin/env python.
---
 scene/animation/SCsub | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'scene/animation')

diff --git a/scene/animation/SCsub b/scene/animation/SCsub
index bbe59b3054..9fa89edbf7 100644
--- a/scene/animation/SCsub
+++ b/scene/animation/SCsub
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 Import('env')
 
 env.add_source_files(env.scene_sources,"*.cpp")
-- 
cgit v1.2.3