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