From 11942e13635e3480dcf9719f5f0f9b59febb7b89 Mon Sep 17 00:00:00 2001 From: Joost Bremmer Date: Sat, 8 Nov 2014 14:12:31 +0100 Subject: [PATCH 1/2] /usr/bin/env instead of python3 hardlink Signed-off-by: Joost Bremmer --- steam-appmanifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam-appmanifest.py b/steam-appmanifest.py index d0f6252..ad26b96 100644 --- a/steam-appmanifest.py +++ b/steam-appmanifest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # by dotfloat # complaints go to dotfloat at gmail dot com From 490bfd211a3fb5c87dc833b7ead25662c459004c Mon Sep 17 00:00:00 2001 From: Joost Bremmer Date: Sat, 8 Nov 2014 14:26:09 +0100 Subject: [PATCH 2/2] Add execution permissions for this branch as well, just to be sure. Signed-off-by: Joost Bremmer --- steam-appmanifest.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 steam-appmanifest.py diff --git a/steam-appmanifest.py b/steam-appmanifest.py old mode 100644 new mode 100755