Skip to content

Possible bug on armour.tcl line 653 #145

@gnecula-zz

Description

@gnecula-zz

statement elseif {regexp -- {^*$} $cmdprefix]} produces an error
"[10:00:31] invalid bareword "regexp"
in expression "regexp -- {^*$} $cmdprefix]";
should be "$regexp" or "{regexp}" or "regexp(...)" or ...
(parsing expression "regexp -- {^*$} $cmdp...")"

I changed it to elseif {[regexp -- {^*$} $cmdprefix]} and it works.

If autoupdate is on, it comes back

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions