about summary refs log tree commit diff stats
path: root/example/jitter/arm_sc.py
diff options
context:
space:
mode:
authorAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:45:17 +0100
committerAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:45:17 +0100
commit28d0696beaad18624255d631ff997dd4ac69f182 (patch)
tree8215c4c2b4150e74583bc9bc7f8f234d51f8c68b /example/jitter/arm_sc.py
parentbd075bf362ad18bffacabaae19e31f01a5922164 (diff)
downloadmiasm-28d0696beaad18624255d631ff997dd4ac69f182.tar.gz
miasm-28d0696beaad18624255d631ff997dd4ac69f182.zip
use python2 as executable name, give adequate permissions
Diffstat (limited to 'example/jitter/arm_sc.py')
-rwxr-xr-x[-rw-r--r--]example/jitter/arm_sc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/arm_sc.py b/example/jitter/arm_sc.py
index ca765d31..6644a440 100644..100755
--- a/example/jitter/arm_sc.py
+++ b/example/jitter/arm_sc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#! /usr/bin/env python2
 #-*- coding:utf-8 -*-
 from miasm2.analysis.sandbox import Sandbox_Linux_armb_str
 from miasm2.analysis.sandbox import Sandbox_Linux_arml_str