2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-30 22:25:34 +00:00

Merge pull request #96 from nanonyme/hashbang-sanitizing

Hashbang sanitizing
This commit is contained in:
Andrew Eikum
2018-08-22 10:01:27 -05:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -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

2
proton
View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7
#!/usr/bin/env python2.7
#script to launch Wine with the correct environment

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7
#!/usr/bin/env python2.7
#to enable these settings, name this file "user_settings.py"

View File

@@ -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