summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Dist/resources/postflight
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/Dist/resources/postflight')
-rwxr-xr-xMac/OSX/Dist/resources/postflight2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Dist/resources/postflight b/Mac/OSX/Dist/resources/postflight
index d1ba76f..e5c7f9d 100755
--- a/Mac/OSX/Dist/resources/postflight
+++ b/Mac/OSX/Dist/resources/postflight
@@ -32,7 +32,7 @@ ln -fsh python$PYVER $TOOLDIR/python
rm -f $TOOLDIR/pythonw$PYVER
cat > $TOOLDIR/pythonw$PYVER <<EOF
#!/bin/sh
-exec "$DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/python" "\$@"
+exec "$DEST/Library/Frameworks/Python.framework/Versions/$PYVER/Resources/Python.app/Contents/MacOS/Python" "\$@"
EOF
chmod +x $TOOLDIR/pythonw$PYVER
ln -fsh pythonw$PYVER $TOOLDIR/pythonw