From d162bda989e8789401c6608a030e704507c475b4 Mon Sep 17 00:00:00 2001 From: Seppo Yli-Olli Date: Wed, 22 Aug 2018 16:49:20 +0300 Subject: [PATCH] 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