Disable output redirection for "let" so that normal comparison

operators may be used.
This commit is contained in:
Giles Atkinson 2026-05-07 18:07:53 +01:00 committed by Holger Vogt
parent 06afc7c1da
commit 07ca1354eb
1 changed files with 1 additions and 1 deletions

View File

@ -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", "circbyline", NULL};
static char *noredirect[] = { "if", "let", "stop", "define", "circbyline", NULL};
/* This function returns the (first) structure wit the label s */