aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-04-05 11:22:48 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-04-05 11:22:53 +0200
commit166a3767bdab6f9b45b1b401cccea6aba3c0b201 (patch)
tree0a611fbbc0951ebf2dde32803e984e573e42216e
parentc23c4fe06c543648a7c7dc429ce50f5cf79abe3a (diff)
asn1tostruct.py: specify python version in shebang
The script is expected to be run using python 2.x, but nowadays some distros are already using python 3 as default, which will fail to run this script. This change fixes compilation in my Archlinux box. Change-Id: I6eb95351538a64f2b23d638824972818591b1b66
-rwxr-xr-xasn1/utils/asn1tostruct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/utils/asn1tostruct.py b/asn1/utils/asn1tostruct.py
index 1a2d95f..8364c27 100755
--- a/asn1/utils/asn1tostruct.py
+++ b/asn1/utils/asn1tostruct.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
import re, os, sys, string
import datetime