about summary refs log tree commit diff stats
path: root/test_layers
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-06 20:14:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-06 20:14:30 -0700
commit6acea7626e7ab335d9af2c75510f08e9019e75c9 (patch)
treef48c8e2c40710f9d80c2a7ebe5591ce96ddef706 /test_layers
parent7b9cb78d681d69258f26c7cd4882dfe15a7047bb (diff)
downloadmu-6acea7626e7ab335d9af2c75510f08e9019e75c9.tar.gz
3452
Fix the sense of a shell function.

Somehow in all these years I hadn't realized that 0 is true and non-zero
is false for purposes of *nix shells' `&&` and `||` operators. Suddenly
Urbit doesn't seem so far out..
Diffstat (limited to 'test_layers')
0 files changed, 0 insertions, 0 deletions
ementation/HTACL.h?id=e087f6d44e87f489fcb3056e86319ebba4218156'>e087f6d4
4b034492 ^

e087f6d4
4b034492 ^

e087f6d4

4b034492 ^

e087f6d4



4b034492 ^

e087f6d4
4b034492 ^
e087f6d4

4b034492 ^
e087f6d4







4b034492 ^



e087f6d4
4b034492 ^



e087f6d4


4b034492 ^
e087f6d4
4b034492 ^





e087f6d4

4b034492 ^





e087f6d4
4b034492 ^



e087f6d4
4b034492 ^

e087f6d4

4b034492 ^





e087f6d4
4b034492 ^


e087f6d4







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