From 4367aa17e756560ddafad858352d6dd9d98dfd89 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 7 Feb 2018 13:56:06 -0600 Subject: [PATCH] proton: Explicitly use python2.7 in hashbang This will work on macOS as well as Linux. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index acb4c1c2..3425e8d6 100755 --- a/proton +++ b/proton @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/python2.7 #script to launch Wine with the correct environment