aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-12-11 12:15:59 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2017-12-11 14:02:44 +0100
commit1aa0fb4910c7a06649a9dfb0bd839faeb6fe6808 (patch)
tree4bf9d05875ade0b7771704618fbc6b8637c7dcd3 /osmopy
parent48b951a7a6057f8072dbb17a5315a518d5d5112e (diff)
osmo_ctrl.py: Set shebang to use python v2
Nowadays bin/python usually points to python3, and this script is written in python2, which means if run directly from terminal it will fail with some print syntax errors. Change-Id: I24a568fc2c3e69e7c9f7b9729bd023fe1f0691c7
Diffstat (limited to 'osmopy')
-rwxr-xr-xosmopy/osmo_ctrl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmopy/osmo_ctrl.py b/osmopy/osmo_ctrl.py
index 003f100..2b8c4be 100755
--- a/osmopy/osmo_ctrl.py
+++ b/osmopy/osmo_ctrl.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
# -*- mode: python-mode; py-indent-tabs-mode: nil -*-
"""
/*