about summary refs log tree commit diff stats
path: root/examples/ex2.subx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex2.subx')
-rw-r--r--examples/ex2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex2.subx b/examples/ex2.subx
index 025eb0fa..e9738d9f 100644
--- a/examples/ex2.subx
+++ b/examples/ex2.subx
@@ -1,6 +1,6 @@
 # Add 1 and 1, and return the result in the exit code.
 #
-# To run (from the subx directory):
+# To run:
 #   $ ./subx translate examples/ex2.subx -o examples/ex2
 #   $ ./subx run examples/ex2
 # Expected result:
license exemption for OpenSSL to source headers' href='/danisanti/profani-tty/commit/src/common.h?id=f9737251a68da0a815dffd8d10a575cfea8539c3'>f9737251 ^
8c68fa0b ^




2630c111 ^
9ecdb394 ^

8c68fa0b ^

9e686c0e ^



6644fa95 ^

0cb54868 ^




b6f36673 ^
f2638e00 ^



b6f36673 ^
a48b48b7 ^
f2638e00 ^
a48b48b7 ^

f2638e00 ^
a48b48b7 ^
e6749d66 ^
e9225687 ^














e6749d66 ^
6f498d1f ^

e4ddced4 ^
dd11334b ^
4c6cfcdc ^
e7e1688d ^
3b0f7e10 ^
37742d71 ^
6cc4abed ^
06ecfef1 ^
c7100203 ^
8c68fa0b ^
be7c4f5a ^
3b0f7e10 ^
e434b1bb ^
be7c4f5a ^
f243e333 ^

d9344b00 ^
286fecf3 ^



f9eb302a ^

8c68fa0b ^
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108