summarylogtreecommitdiffstats
path: root/sandsifter-git.patch
blob: 305a8869a0dcc98d451d48529e8375cf82bcb377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
diff --git a/sifter.py b/sifter.py
index 856b607..47d2d88 100755
--- a/sifter.py
+++ b/sifter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 # instruction injector frontend
 
@@ -27,10 +27,10 @@ import code
 import copy
 from ctypes import *
 
-INJECTOR = "./injector"
+INJECTOR = "/opt/sandsifter/injector"
 arch = ""
 
-OUTPUT = "./data/"
+OUTPUT = "/opt/sandsifter/data/"
 LOG  = OUTPUT + "log"
 SYNC = OUTPUT + "sync"
 TICK = OUTPUT + "tick"
diff --git a/summarize.py b/summarize.py
index 44d524f..014b58d 100755
--- a/summarize.py
+++ b/summarize.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 
 # we had a much more automated and intelligent approach to reducing the log, but
 # could not come up with a reasonable way to differentiate between a modr/m byte