about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-26 12:21:43 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-26 12:21:43 -0700
commit8846a7f85cc04b77b2fe8a67b6d317723437b00c (patch)
treea7a0b06c115970c6e3ef20ef2456325057213d52 /subx
parent16fa6d17a9d96e0f31c7837f510914e2c2be6bab (diff)
downloadmu-8846a7f85cc04b77b2fe8a67b6d317723437b00c.tar.gz
5484
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/ntranslate2
-rwxr-xr-xsubx/translate2
2 files changed, 2 insertions, 2 deletions
diff --git a/subx/ntranslate b/subx/ntranslate
index 0cde1721..24d87056 100755
--- a/subx/ntranslate
+++ b/subx/ntranslate
@@ -14,7 +14,7 @@
 set -e
 set -v
 
-build
+./build
 
 echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines
 
diff --git a/subx/translate b/subx/translate
index f5957512..7acf92c4 100755
--- a/subx/translate
+++ b/subx/translate
@@ -14,7 +14,7 @@
 set -e
 set -v
 
-build
+./build
 
 echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines
 
='/akkartik/mu/blame/060rewrite_literal_string.cc?h=hlt&id=bd3d6c9e8314bc31cb294ba321b9513842eef120'>^
ac8acc7b ^
8b095f80 ^

8b095f80 ^

8b095f80 ^



bd5d3936 ^

639922e8 ^
8b095f80 ^

d8509b41 ^
8b095f80 ^

8b095f80 ^
8b095f80 ^
6c96a437 ^
8b095f80 ^

6c96a437 ^
78c50205 ^
8b095f80 ^

d559f68b ^
3c4c9c08 ^
8b095f80 ^









8b095f80 ^
2badd89a ^

6c96a437 ^
2badd89a ^
6c96a437 ^
2badd89a ^

6c96a437 ^
2badd89a ^




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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75