From d06553e5792c08819ebfc54b0b3e9fd16f017a3a Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 26 Jan 2010 17:18:09 +0000 Subject: [PATCH] add "lt-dot" to the list of allowed command names for dot, so that "make test" works in graphs/directed/ --- lib/common/input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/input.c b/lib/common/input.c index 9b62bc230..10043780e 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -261,6 +261,7 @@ void dotneato_args_initialize(GVC_t * gvc, int argc, char **argv) layout = gvc->common.cmdname; if (streq(layout, "dot_static") || streq(layout, "dot_builtins") + || streq(layout, "lt-dot") || streq(layout, "lt-dot_builtins") || streq(layout, "") /* when run as a process from Gvedit on Windows */ ) -- 2.40.0