diff --git a/src/frontend/control.c b/src/frontend/control.c index 64c8884a9..fb697f8e0 100644 --- a/src/frontend/control.c +++ b/src/frontend/control.c @@ -59,7 +59,7 @@ int stackp = 0; */ /* no redirection after the following commands (we may need more to add here!) */ -static char *noredirect[] = { "stop", "define", NULL }; +static char *noredirect[] = { "stop", "define", "circbyline", NULL}; /* This function returns the (first) structure wit the label s */