From: ellson Date: Tue, 1 Dec 2009 16:52:08 +0000 (+0000) Subject: command name "lt-dot_builtins" is used during rtest.sh X-Git-Tag: LAST_LIBGRAPH~32^2~1542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1194c255d5fadacdf43ee278b8ba60ba9b417506;p=graphviz command name "lt-dot_builtins" is used during rtest.sh --- diff --git a/lib/common/input.c b/lib/common/input.c index f24ceff61..9b62bc230 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_builtins") || streq(layout, "") /* when run as a process from Gvedit on Windows */ ) layout = "dot";