aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2014-04-28 23:51:43 +0200
committerChristian Tismer <tismer@stackless.com>2014-04-28 23:51:43 +0200
commit52c71e6b4083aacebd50b16c3cbca5d4f602a066 (patch)
tree0a6d2e378fdd7277e020e506d9784178b260ab26
parent945fd2a830cfa815e2db078bd1f3bc5a7c9dcb3c (diff)
add a "safe" shebang to pyside_postinstall.py
This shebang works, even with DOS line endings on OSX. Without this added shebang, the niceness of having this script in the bin dir becomes really annoying under Mavericks, because it then becomes pretty hard to run the post install script explicitly.
-rw-r--r--pyside_postinstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyside_postinstall.py b/pyside_postinstall.py
index a10aef789..1c1d287bd 100644
--- a/pyside_postinstall.py
+++ b/pyside_postinstall.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python #
# Postinstall script for PySide
#
# Generates the qt.conf file