commit df48b355d22957829d5efbc9de7b524155643e8d
parent a48a0a4f7b2b1255025ceb128f6cc97fa0f992aa
Author: Dundar Goc <gocdundar@gmail.com>
Date: Wed, 20 Apr 2022 23:01:15 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/clint.py b/src/clint.py
@@ -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.