From 52c71e6b4083aacebd50b16c3cbca5d4f602a066 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Mon, 28 Apr 2014 23:51:43 +0200 Subject: 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. --- pyside_postinstall.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3