Detect infinite alias self-recursion mixed with other commands, such as in the...
Detect infinite alias self-recursion mixed with other commands, such as in the case of `alias a "echo test; a"; a`. (Unfortunately, this does not work if "wait" is used instead of "echo", but oh well) (cherry picked from commit 797ca99f)
Loading
Please register or sign in to comment