summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-20 20:13:08 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-20 20:13:08 +0200
commitc5c86947bab3b91113f819183604fa3b8efbe0b5 (patch)
tree7013087a171c05ef7230c01fd4e3be8c8f6b5551
parent24270d7cb69cd0407e208b4b09eb6a691c4cdad4 (diff)
chore(scroll_text): fix /usr/bin/env directive
Note: We default to python instead of python3, this requires patching
on outdated distributions (like Debian I guess?) which still default
to python 2.7.
-rwxr-xr-xthird_party/flipdots/scripts/scroll_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/flipdots/scripts/scroll_text.py b/third_party/flipdots/scripts/scroll_text.py
index ee0c613..68a5cf8 100755
--- a/third_party/flipdots/scripts/scroll_text.py
+++ b/third_party/flipdots/scripts/scroll_text.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 # -.- coding: utf-8
 
 import socket, time