From 1194c255d5fadacdf43ee278b8ba60ba9b417506 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 1 Dec 2009 16:52:08 +0000 Subject: [PATCH] command name "lt-dot_builtins" is used during rtest.sh --- lib/common/input.c | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.40.0