From d162bda989e8789401c6608a030e704507c475b4 Mon Sep 17 00:00:00 2001 From: Seppo Yli-Olli Date: Wed, 22 Aug 2018 16:49:20 +0300 Subject: [PATCH 1/4] Sanitize hashbang --- vrclient_x64/gen_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrclient_x64/gen_wrapper.py b/vrclient_x64/gen_wrapper.py index 83f88d3a..0b196ee5 100755 --- a/vrclient_x64/gen_wrapper.py +++ b/vrclient_x64/gen_wrapper.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 #NOTE: If you make modifications here, consider whether they should #be duplicated in ../lsteamclient/gen_wrapper.py From 6f0a6f656d0eeb5e83e41351109db077c58099a4 Mon Sep 17 00:00:00 2001 From: Seppo Yli-Olli Date: Wed, 22 Aug 2018 16:50:20 +0300 Subject: [PATCH 2/4] Sanitize hashbang --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index d4bdc7d5..a5b8e251 100755 --- a/proton +++ b/proton @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/env python2.7 #script to launch Wine with the correct environment From 21c751ab73d4cdc3acb9454dd596692e9f3aefff Mon Sep 17 00:00:00 2001 From: Seppo Yli-Olli Date: Wed, 22 Aug 2018 16:51:27 +0300 Subject: [PATCH 3/4] Sanitize hashbang --- user_settings.sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_settings.sample.py b/user_settings.sample.py index 56ebe702..24fa339c 100755 --- a/user_settings.sample.py +++ b/user_settings.sample.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/env python2.7 #to enable these settings, name this file "user_settings.py" From 0002f84825e6cfdd1b3b374a2fbf4a7589231c74 Mon Sep 17 00:00:00 2001 From: Seppo Yli-Olli Date: Wed, 22 Aug 2018 16:52:24 +0300 Subject: [PATCH 4/4] Sanitize hashbang --- lsteamclient/gen_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index 1e3147c1..a9c6e7fd 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 #NOTE: If you make modifications here, consider whether they should #be duplicated in ../vrclient/gen_wrapper.py