mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
build(clint): change shebang to python3
There are distributions that doesn't symlink python to python3. This will make clint work for these without any additional steps from the user.
This commit is contained in:
parent
a48a0a4f7b
commit
df48b355d2
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# vim: set fileencoding=utf-8
|
||||
#
|
||||
# Copyright (c) 2009 Google Inc. All rights reserved.
|
||||
|
Loading…
Reference in New Issue
Block a user