chiark
/
gitweb
/
~mdw
/
tripe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New environment variable TRIPESOCK.
[tripe]
/
client
/
tripectl.c
diff --git
a/client/tripectl.c
b/client/tripectl.c
index 50678df9b14a9ee80331abd8a96a8d9df2b54dec..5bdc502580c33e235e8301c9e4546fea8577d8d1 100644
(file)
--- a/
client/tripectl.c
+++ b/
client/tripectl.c
@@
-343,6
+343,8
@@
int main(int argc, char *argv[])
if ((p = getenv("TRIPEDIR")) != 0)
dir = p;
+ if ((p = getenv("TRIPESOCK")) != 0)
+ sock = p;
/* --- Parse the arguments --- */