chiark / gitweb /
New environment variable TRIPESOCK.
[tripe] / client / tripectl.c
index 50678df9b14a9ee80331abd8a96a8d9df2b54dec..5bdc502580c33e235e8301c9e4546fea8577d8d1 100644 (file)
@@ -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 --- */